Html Css Color HEX #C02ABC Fuchsia

📋 copy color: '#C02ABC'

red 192 ◦ green 42 ◦ blue 188

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

Shades of Fuchsia #C02ABC

Tints of Fuchsia #C02ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.55%

R = 45.5%
G = 9.95%
B = 44.55%

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

#C02ABC (or 0xC02ABC) is known color: Fuchsia. HEX triplet: C0, 2A and BC. RGB value is (192,42,188). Sum of RGB (Red+Green+Blue) = 192+42+188=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C02ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ABC is #3FD543. Grayscale: #676767. Windows color (decimal): -4183364 or 12331712. OLE color: 12331712.

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

Color convert

RGB 192 42 188 -
CMYK 0 0.78 0.02 0.25
HSL 301.6º 0.64% 0.46% -
HSV(B) 301.6º 0.78% 0.75% -
XYZ 31.64 16.49 49.09 -
YUV 103.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 192 42 188 0 0.78 0.02 0.25 301.6 0.64 0.46
Hex C0 2A BC 0 4E 2 19 12E 40 2E
Octal 300 52 274 0 116 2 31 456 100 56
Binary 11000000 101010 10111100 0 1001110 10 11001 100101110 1000000 101110

Color Harmonies of #C02ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ABC

Black with #C02ABC

Text Example


Text Example

White with #C02ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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