Html Css Color HEX #C02AC0 Fuchsia

📋 copy color: '#C02AC0'

red 192 ◦ green 42 ◦ blue 192

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

Shades of Fuchsia #C02AC0

Tints of Fuchsia #C02AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 45.07%
G = 9.86%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#C02AC0 (or 0xC02AC0) is known color: Fuchsia. HEX triplet: C0, 2A and C0. RGB value is (192,42,192). Sum of RGB (Red+Green+Blue) = 192+42+192=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C02AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02AC0 is #3FD53F. Grayscale: #676767. Windows color (decimal): -4183360 or 12593856. OLE color: 12593856.

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

Color convert

RGB 192 42 192 -
CMYK 0 0.78 0 0.25
HSL 300º 0.64% 0.46% -
HSV(B) 300º 0.78% 0.75% -
XYZ 32.08 16.67 51.4 -
YUV 103.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 192 42 192 0 0.78 0 0.25 300 0.64 0.46
Hex C0 2A C0 0 4E 0 19 12C 40 2E
Octal 300 52 300 0 116 0 31 454 100 56
Binary 11000000 101010 11000000 0 1001110 0 11001 100101100 1000000 101110

Color Harmonies of #C02AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AC0

Black with #C02AC0

Text Example


Text Example

White with #C02AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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