#C042A8

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

Shades of Fuchsia #C042A8

Tints of Fuchsia #C042A8

Color information

#C042A8 (or 0xC042A8) is unknown color: approx Fuchsia. HEX triplet: C0, 42 and A8. RGB value is (192,66,168). Sum of RGB (Red+Green+Blue) = 192+66+168=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C042A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042A8 is #3FBD57. Grayscale: #737373. Windows color (decimal): -4177240 or 11027136. OLE color: 11027136.

HSL color Cylindrical-coordinate representation of color #C042A8: hue angle of 311.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042A8 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19266168-
CMYK00.660.120.25
HSL311.43º50%50.59%-
HSV(B)311.43º65.62%75.29%-
XYZ30.7517.9338.89-
YUV115.3157.74182.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 168 (66.02% from 255) = 39.44%
R=45.07%
G=15.49%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926616800.660.120.25311.435050.59
HexC042A8042C191373233
Octal300102250010214314676263
Binary1100000010000101010100001000010110011001100110111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042A8; }

 p { color: rgb(192,66,168); }

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

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

 a { background-color: rgb(192,66,168); }

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

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

 span { border-color: rgb(192,66,168); }

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