Html Css Color HEX #C20ABD Deep Magenta

📋 copy color: '#C20ABD'

red 194 ◦ green 10 ◦ blue 189

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

Shades of Deep Magenta #C20ABD

Tints of Deep Magenta #C20ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 49.36%
G = 2.54%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C20ABD (or 0xC20ABD) is known color: Deep Magenta. HEX triplet: C2, 0A and BD. RGB value is (194,10,189). Sum of RGB (Red+Green+Blue) = 194+10+189=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C20ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ABD is #3DF542. Grayscale: #545454. Windows color (decimal): -4060483 or 12389058. OLE color: 12389058.

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

Color convert

RGB 194 10 189 -
CMYK 0 0.95 0.03 0.24
HSL 301.63º 0.9% 0.4% -
HSV(B) 301.63º 0.95% 0.76% -
XYZ 31.54 15.36 49.45 -
YUV 85.42 186.46 205.45 -
System Red Green Blue C M Y K H S L
Decimal 194 10 189 0 0.95 0.03 0.24 301.63 0.9 0.4
Hex C2 A BD 0 5F 3 18 12E 5A 28
Octal 302 12 275 0 137 3 30 456 132 50
Binary 11000010 1010 10111101 0 1011111 11 11000 100101110 1011010 101000

Color Harmonies of #C20ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20ABD

Black with #C20ABD

Text Example


Text Example

White with #C20ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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