#C63CA9

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

Shades of Fuchsia #C63CA9

Tints of Fuchsia #C63CA9

Color information

#C63CA9 (or 0xC63CA9) is unknown color: approx Fuchsia. HEX triplet: C6, 3C and A9. RGB value is (198,60,169). Sum of RGB (Red+Green+Blue) = 198+60+169=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CA9 is #39C356. Grayscale: #717171. Windows color (decimal): -3785559 or 11091142. OLE color: 11091142.

HSL color Cylindrical-coordinate representation of color #C63CA9: hue angle of 312.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CA9 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19860169-
CMYK00.700.150.22
HSL312.61º54.76%50.59%-
HSV(B)312.61º69.7%77.65%-
XYZ32.0718.139.34-
YUV113.69159.22188.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 60 (23.83% from 255) = 14.05%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=46.37%
G=14.05%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986016900.700.150.22312.6154.7650.59
HexC63CA9046F161393733
Octal30674251010617264716763
Binary110001101111001010100101000110111110110100111001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63CA9; }

 p { color: rgb(198,60,169); }

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

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

 a { background-color: rgb(198,60,169); }

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

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

 span { border-color: rgb(198,60,169); }

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