#C273B1

Color #C273B1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C273B1

Tints of Fuchsia #C273B1

Color information

#C273B1 (or 0xC273B1) is unknown color: approx Fuchsia. HEX triplet: C2, 73 and B1. RGB value is (194,115,177). Sum of RGB (Red+Green+Blue) = 194+115+177=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C273B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273B1 is #3D8C4E. Grayscale: #919191. Windows color (decimal): -4033615 or 11629506. OLE color: 11629506.

HSL color Cylindrical-coordinate representation of color #C273B1: hue angle of 312.91º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C273B1 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194115177-
CMYK00.410.090.24
HSL312.91º39.3%60.59%-
HSV(B)312.91º40.72%76.08%-
XYZ36.3126.9144.87-
YUV145.69145.67162.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 115 (45.31% from 255) = 23.66%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=39.92%
G=23.66%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411517700.410.090.24312.9139.360.59
HexC273B1029918139273d
Octal30216326105111304714775
Binary110000101110011101100010101001100111000100111001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273B1; }

 p { color: rgb(194,115,177); }

 H1.HeaderClassName
 {
   color: #C273B1;
 }
 .AnyTagClassName
 {
   color: #C273B1;
 }
</style>
background-color css

<style>
 a { background-color: #C273B1; }

 a { background-color: rgb(194,115,177); }

 div.DivClassName
 {
   background-color: #C273B1;
 }
 .BgClassName
 {
   background-color: #C273B1;
 }
</style>
border-color css

<style>
 span { border-color: #C273B1; }

 span { border-color: rgb(194,115,177); }

 td.TdClassName
 {
   border-color: #C273B1;
 }
 .TagClassName
 {
   border-color: #C273B1;
 }
</style>