#c02cbb

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

Shades of Fuchsia #C02CBB

Tints of Fuchsia #C02CBB

Color information

#C02CBB (or 0xC02CBB) is unknown color: approx Fuchsia. HEX triplet: C0, 2C and BB. RGB value is (192,44,187). Sum of RGB (Red+Green+Blue) = 192+44+187=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CBB is #3FD344. Grayscale: #686868. Windows color (decimal): -4182853 or 12266688. OLE color: 12266688.

HSL color Cylindrical-coordinate representation of color #C02CBB: hue angle of 302.03º 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 #C02CBB is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19244187-
CMYK00.770.030.25
HSL302.03º62.71%46.27%-
HSV(B)302.03º77.08%75.29%-
XYZ31.6116.648.55-
YUV104.55174.53190.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 44 (17.58% from 255) = 10.40%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=45.39%
G=10.40%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924418700.770.030.25302.0362.7146.27
HexC02CBB04D31912e3f2e
Octal3005427301153314567756
Binary1100000010110010111011010011011111001100101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02cbb; }

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

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

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

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

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

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

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

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