#C02ABD

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

Shades of Fuchsia #C02ABD

Tints of Fuchsia #C02ABD

Color information

#C02ABD (or 0xC02ABD) is unknown color: approx Fuchsia. HEX triplet: C0, 2A and BD. RGB value is (192,42,189). Sum of RGB (Red+Green+Blue) = 192+42+189=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C02ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ABD is #3FD542. Grayscale: #676767. Windows color (decimal): -4183363 or 12397248. OLE color: 12397248.

HSL color Cylindrical-coordinate representation of color #C02ABD: hue angle of 301.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02ABD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19242189-
CMYK00.780.020.25
HSL301.2º64.1%45.88%-
HSV(B)301.2º78.12%75.29%-
XYZ31.7516.5449.66-
YUV103.61176.2191.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 42 (16.80% from 255) = 9.93%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=45.39%
G=9.93%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924218900.780.020.25301.264.145.88
HexC02ABD04E21912d402e
Octal30052275011623145510056
Binary11000000101010101111010100111010110011001011011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02ABD; }

 p { color: rgb(192,42,189); }

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

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

 a { background-color: rgb(192,42,189); }

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

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

 span { border-color: rgb(192,42,189); }

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