#C02CBF

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

Shades of Fuchsia #C02CBF

Tints of Fuchsia #C02CBF

Color information

#C02CBF (or 0xC02CBF) is unknown color: approx Fuchsia. HEX triplet: C0, 2C and BF. RGB value is (192,44,191). Sum of RGB (Red+Green+Blue) = 192+44+191=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CBF is #3FD340. Grayscale: #686868. Windows color (decimal): -4182849 or 12528832. OLE color: 12528832.

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

Color convert

RGB19244191-
CMYK00.770.010.25
HSL300.41º62.71%46.27%-
HSV(B)300.41º77.08%75.29%-
XYZ32.0416.7750.84-
YUV105.01176.53190.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 44 (17.58% from 255) = 10.30%
BLUE value IS 191 (75% from 255) = 44.73%
R=44.96%
G=10.30%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924419100.770.010.25300.4162.7146.27
HexC02CBF04D11912c3f2e
Octal3005427701151314547756
Binary110000001011001011111101001101111001100101100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CBF; }

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

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

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

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

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

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

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

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