Html Css Color HEX #C20DD0 Deep Magenta

📋 copy color: '#C20DD0'

red 194 ◦ green 13 ◦ blue 208

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

Shades of Deep Magenta #C20DD0

Tints of Deep Magenta #C20DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.12%

R = 46.75%
G = 3.13%
B = 50.12%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C20DD0 (or 0xC20DD0) is known color: Deep Magenta. HEX triplet: C2, 0D and D0. RGB value is (194,13,208). Sum of RGB (Red+Green+Blue) = 194+13+208=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #C20DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DD0 is #3DF22F. Grayscale: #585858. Windows color (decimal): -4059696 or 13635010. OLE color: 13635010.

HSL color Cylindrical-coordinate representation of color #C20DD0: hue angle of 295.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20DD0 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 13 208 -
CMYK 0.07 0.94 0 0.18
HSL 295.69º 0.88% 0.43% -
HSV(B) 295.69º 0.94% 0.82% -
XYZ 33.78 16.31 61.04 -
YUV 89.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 194 13 208 0.07 0.94 0 0.18 295.69 0.88 0.43
Hex C2 D D0 7 5E 0 12 128 58 2B
Octal 302 15 320 7 136 0 22 450 130 53
Binary 11000010 1101 11010000 111 1011110 0 10010 100101000 1011000 101011

Color Harmonies of #C20DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DD0

Black with #C20DD0

Text Example


Text Example

White with #C20DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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