Html Css Color HEX #C20AC0 Deep Magenta

📋 copy color: '#C20AC0'

red 194 ◦ green 10 ◦ blue 192

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

Shades of Deep Magenta #C20AC0

Tints of Deep Magenta #C20AC0

RGB

 RED value IS 194 (76.17% from 255) = 48.99%

 GREEN value IS 10 (4.3% from 255) = 2.53%

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

R = 48.99%
G = 2.53%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C20AC0 (or 0xC20AC0) is known color: Deep Magenta. HEX triplet: C2, 0A and C0. RGB value is (194,10,192). Sum of RGB (Red+Green+Blue) = 194+10+192=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C20AC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20AC0 is #3DF53F. Grayscale: #555555. Windows color (decimal): -4060480 or 12585666. OLE color: 12585666.

HSL color Cylindrical-coordinate representation of color #C20AC0: hue angle of 300.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20AC0 is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 10 192 -
CMYK 0 0.95 0.01 0.24
HSL 300.65º 0.9% 0.4% -
HSV(B) 300.65º 0.95% 0.76% -
XYZ 31.87 15.49 51.18 -
YUV 85.76 187.96 205.2 -
System Red Green Blue C M Y K H S L
Decimal 194 10 192 0 0.95 0.01 0.24 300.65 0.9 0.4
Hex C2 A C0 0 5F 1 18 12D 5A 28
Octal 302 12 300 0 137 1 30 455 132 50
Binary 11000010 1010 11000000 0 1011111 1 11000 100101101 1011010 101000

Color Harmonies of #C20AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20AC0

Black with #C20AC0

Text Example


Text Example

White with #C20AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20AC0; }

 p { color: rgb(194,10,192); }

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

background-color css

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

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

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

border-color css

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

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

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