Html Css Color HEX #C02ABA Fuchsia

📋 copy color: '#C02ABA'

red 192 ◦ green 42 ◦ blue 186

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

Shades of Fuchsia #C02ABA

Tints of Fuchsia #C02ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 45.71%
G = 10%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C02ABA (or 0xC02ABA) is known color: Fuchsia. HEX triplet: C0, 2A and BA. RGB value is (192,42,186). Sum of RGB (Red+Green+Blue) = 192+42+186=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C02ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ABA is #3FD545. Grayscale: #666666. Windows color (decimal): -4183366 or 12200640. OLE color: 12200640.

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

Color convert

RGB 192 42 186 -
CMYK 0 0.78 0.03 0.25
HSL 302.4º 0.64% 0.46% -
HSV(B) 302.4º 0.78% 0.75% -
XYZ 31.43 16.41 47.96 -
YUV 103.27 174.7 191.29 -
System Red Green Blue C M Y K H S L
Decimal 192 42 186 0 0.78 0.03 0.25 302.4 0.64 0.46
Hex C0 2A BA 0 4E 3 19 12E 40 2E
Octal 300 52 272 0 116 3 31 456 100 56
Binary 11000000 101010 10111010 0 1001110 11 11001 100101110 1000000 101110

Color Harmonies of #C02ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ABA

Black with #C02ABA

Text Example


Text Example

White with #C02ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ABA; }

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

 H1.HeaderClassName
 {
   color: #C02ABA;
 }
 .AnyTagClassName
 {
   color: #C02ABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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