#C02FAC

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

Shades of Fuchsia #C02FAC

Tints of Fuchsia #C02FAC

Color information

#C02FAC (or 0xC02FAC) is unknown color: approx Fuchsia. HEX triplet: C0, 2F and AC. RGB value is (192,47,172). Sum of RGB (Red+Green+Blue) = 192+47+172=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FAC is #3FD053. Grayscale: #686868. Windows color (decimal): -4182100 or 11284416. OLE color: 11284416.

HSL color Cylindrical-coordinate representation of color #C02FAC: hue angle of 308.28º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FAC is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19247172-
CMYK00.760.100.25
HSL308.28º60.67%46.86%-
HSV(B)308.28º75.52%75.29%-
XYZ30.216.2240.57-
YUV104.6166.04190.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.72%
GREEN value IS 47 (18.75% from 255) = 11.44%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=46.72%
G=11.44%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924717200.760.100.25308.2860.6746.86
HexC02FAC04CA191343d2f
Octal30057254011412314647557
Binary110000001011111010110001001100101011001100110100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02FAC; }

 p { color: rgb(192,47,172); }

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

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

 a { background-color: rgb(192,47,172); }

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

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

 span { border-color: rgb(192,47,172); }

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