#C02CBC

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

Shades of Fuchsia #C02CBC

Tints of Fuchsia #C02CBC

Color information

#C02CBC (or 0xC02CBC) is unknown color: approx Fuchsia. HEX triplet: C0, 2C and BC. RGB value is (192,44,188). Sum of RGB (Red+Green+Blue) = 192+44+188=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 44 (17.58% from 255 or 10.38% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CBC is #3FD343. Grayscale: #686868. Windows color (decimal): -4182852 or 12332224. OLE color: 12332224.

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

Color convert

RGB19244188-
CMYK00.770.020.25
HSL301.62º62.71%46.27%-
HSV(B)301.62º77.08%75.29%-
XYZ31.7216.6449.12-
YUV104.67175.03190.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 44 (17.58% from 255) = 10.38%
BLUE value IS 188 (73.83% from 255) = 44.34%
R=45.28%
G=10.38%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924418800.770.020.25301.6262.7146.27
HexC02CBC04D21912e3f2e
Octal3005427401152314567756
Binary1100000010110010111100010011011011001100101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02CBC; }

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

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

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

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

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

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

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

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