Html Css Color HEX #C02ABD Fuchsia

📋 copy color: '#C02ABD'

red 192 ◦ green 42 ◦ blue 189

#C02ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C02ABD

Tints of Fuchsia #C02ABD

RGB

 RED value IS 192 (75.39% from 255) = 45.39%

 GREEN value IS 42 (16.8% 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 value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C02ABD (or 0xC02ABD) is known color: 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

RGB 192 42 189 -
CMYK 0 0.78 0.02 0.25
HSL 301.2º 0.64% 0.46% -
HSV(B) 301.2º 0.78% 0.75% -
XYZ 31.75 16.54 49.66 -
YUV 103.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 192 42 189 0 0.78 0.02 0.25 301.2 0.64 0.46
Hex C0 2A BD 0 4E 2 19 12D 40 2E
Octal 300 52 275 0 116 2 31 455 100 56
Binary 11000000 101010 10111101 0 1001110 10 11001 100101101 1000000 101110

Color Harmonies of #C02ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ABD

Black with #C02ABD

Text Example


Text Example

White with #C02ABD

Text Example


Text Example

HTML Codes & Css Web 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>