#C02CB3

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

Shades of Fuchsia #C02CB3

Tints of Fuchsia #C02CB3

Color information

#C02CB3 (or 0xC02CB3) is unknown color: approx Fuchsia. HEX triplet: C0, 2C and B3. RGB value is (192,44,179). Sum of RGB (Red+Green+Blue) = 192+44+179=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CB3 is #3FD34C. Grayscale: #676767. Windows color (decimal): -4182861 or 11742400. OLE color: 11742400.

HSL color Cylindrical-coordinate representation of color #C02CB3: hue angle of 305.27º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02CB3 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19244179-
CMYK00.770.070.25
HSL305.27º62.71%46.27%-
HSV(B)305.27º77.08%75.29%-
XYZ30.7816.2644.16-
YUV103.64170.53191.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 44 (17.58% from 255) = 10.60%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=46.27%
G=10.60%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924417900.770.070.25305.2762.7146.27
HexC02CB304D7191313f2e
Octal3005426301157314617756
Binary11000000101100101100110100110111111001100110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CB3; }

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

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

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

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

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

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

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

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