#c02cba

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

Shades of Fuchsia #C02CBA

Tints of Fuchsia #C02CBA

Color information

#C02CBA (or 0xC02CBA) is unknown color: approx Fuchsia. HEX triplet: C0, 2C and BA. RGB value is (192,44,186). Sum of RGB (Red+Green+Blue) = 192+44+186=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CBA is #3FD345. Grayscale: #686868. Windows color (decimal): -4182854 or 12201152. OLE color: 12201152.

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

Color convert

RGB19244186-
CMYK00.770.030.25
HSL302.43º62.71%46.27%-
HSV(B)302.43º77.08%75.29%-
XYZ31.516.5547.99-
YUV104.44174.03190.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=45.50%
G=10.43%
B=44.08%

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
Decimal1924418600.770.030.25302.4362.7146.27
HexC02CBA04D31912e3f2e
Octal3005427201153314567756
Binary1100000010110010111010010011011111001100101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02cba; }

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

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

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

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

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

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

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

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