#c02dcb

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

Shades of Fuchsia #C02DCB

Tints of Fuchsia #C02DCB

Color information

#C02DCB (or 0xC02DCB) is unknown color: approx Fuchsia. HEX triplet: C0, 2D and CB. RGB value is (192,45,203). Sum of RGB (Red+Green+Blue) = 192+45+203=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #C02DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02DCB is #3FD234. Grayscale: #6A6A6A. Windows color (decimal): -4182581 or 13315520. OLE color: 13315520.

HSL color Cylindrical-coordinate representation of color #C02DCB: hue angle of 295.82º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02DCB is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19245203-
CMYK0.050.7800.20
HSL295.82º63.71%48.63%-
HSV(B)295.82º77.83%79.61%-
XYZ33.4617.458.09-
YUV106.96182.2188.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 45 (17.97% from 255) = 10.23%
BLUE value IS 203 (79.69% from 255) = 46.14%
R=43.64%
G=10.23%
B=46.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192452030.050.7800.20295.8263.7148.63
HexC02DCB54E0141284031
Octal30055313511602445010061
Binary110000001011011100101110110011100101001001010001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02dcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02dcb; }

 p { color: rgb(192,45,203); }

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

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

 a { background-color: rgb(192,45,203); }

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

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

 span { border-color: rgb(192,45,203); }

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