Html Css Color HEX #C20ADD Deep Magenta

📋 copy color: '#C20ADD'

red 194 ◦ green 10 ◦ blue 221

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

Shades of Deep Magenta #C20ADD

Tints of Deep Magenta #C20ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 45.65%
G = 2.35%
B = 52%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20ADD (or 0xC20ADD) is known color: Deep Magenta. HEX triplet: C2, 0A and DD. RGB value is (194,10,221). Sum of RGB (Red+Green+Blue) = 194+10+221=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #C20ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20ADD is #3DF522. Grayscale: #585858. Windows color (decimal): -4060451 or 14486210. OLE color: 14486210.

HSL color Cylindrical-coordinate representation of color #C20ADD: hue angle of 292.32º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20ADD is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 10 221 -
CMYK 0.12 0.95 0 0.13
HSL 292.32º 0.91% 0.45% -
HSV(B) 292.32º 0.95% 0.87% -
XYZ 35.41 16.91 69.8 -
YUV 89.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 194 10 221 0.12 0.95 0 0.13 292.32 0.91 0.45
Hex C2 A DD C 5F 0 D 124 5B 2D
Octal 302 12 335 14 137 0 15 444 133 55
Binary 11000010 1010 11011101 1100 1011111 0 1101 100100100 1011011 101101

Color Harmonies of #C20ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20ADD

Black with #C20ADD

Text Example


Text Example

White with #C20ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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