Html Css Color HEX #C20DDE Deep Magenta

📋 copy color: '#C20DDE'

red 194 ◦ green 13 ◦ blue 222

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

Shades of Deep Magenta #C20DDE

Tints of Deep Magenta #C20DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.03%

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 45.22%
G = 3.03%
B = 51.75%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C20DDE (or 0xC20DDE) is known color: Deep Magenta. HEX triplet: C2, 0D and DE. RGB value is (194,13,222). Sum of RGB (Red+Green+Blue) = 194+13+222=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #C20DDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DDE is #3DF221. Grayscale: #5A5A5A. Windows color (decimal): -4059682 or 14552514. OLE color: 14552514.

HSL color Cylindrical-coordinate representation of color #C20DDE: hue angle of 291.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DDE is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 13 222 -
CMYK 0.13 0.94 0 0.13
HSL 291.96º 0.89% 0.46% -
HSV(B) 291.96º 0.94% 0.87% -
XYZ 35.58 17.03 70.52 -
YUV 90.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 194 13 222 0.13 0.94 0 0.13 291.96 0.89 0.46
Hex C2 D DE D 5E 0 D 124 59 2E
Octal 302 15 336 15 136 0 15 444 131 56
Binary 11000010 1101 11011110 1101 1011110 0 1101 100100100 1011001 101110

Color Harmonies of #C20DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DDE

Black with #C20DDE

Text Example


Text Example

White with #C20DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DDE; }

 p { color: rgb(194,13,222); }

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

background-color css

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

 a { background-color: rgb(194,13,222); }

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

border-color css

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

 span { border-color: rgb(194,13,222); }

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