#C02CC3

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

Shades of Fuchsia #C02CC3

Tints of Fuchsia #C02CC3

Color information

#C02CC3 (or 0xC02CC3) is unknown color: approx Fuchsia. HEX triplet: C0, 2C and C3. RGB value is (192,44,195). Sum of RGB (Red+Green+Blue) = 192+44+195=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #C02CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CC3 is #3FD33C. Grayscale: #696969. Windows color (decimal): -4182845 or 12790976. OLE color: 12790976.

HSL color Cylindrical-coordinate representation of color #C02CC3: hue angle of 298.81º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CC3 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19244195-
CMYK0.020.7700.24
HSL298.81º63.18%46.86%-
HSV(B)298.81º77.44%76.47%-
XYZ32.4916.9553.19-
YUV105.47178.53189.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.55%
GREEN value IS 44 (17.58% from 255) = 10.21%
BLUE value IS 195 (76.56% from 255) = 45.24%
R=44.55%
G=10.21%
B=45.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192441950.020.7700.24298.8163.1846.86
HexC02CC324D01812b3f2f
Octal3005430321150304537757
Binary1100000010110011000011101001101011000100101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CC3; }

 p { color: rgb(192,44,195); }

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

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

 a { background-color: rgb(192,44,195); }

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

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

 span { border-color: rgb(192,44,195); }

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