Html Css Color HEX #C20DDC Deep Magenta

📋 copy color: '#C20DDC'

red 194 ◦ green 13 ◦ blue 220

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

Shades of Deep Magenta #C20DDC

Tints of Deep Magenta #C20DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 45.43%
G = 3.04%
B = 51.52%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C20DDC (or 0xC20DDC) is known color: Deep Magenta. HEX triplet: C2, 0D and DC. RGB value is (194,13,220). Sum of RGB (Red+Green+Blue) = 194+13+220=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #C20DDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20DDC is #3DF223. Grayscale: #5A5A5A. Windows color (decimal): -4059684 or 14421442. OLE color: 14421442.

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

Color convert

RGB 194 13 220 -
CMYK 0.12 0.94 0 0.14
HSL 292.46º 0.89% 0.46% -
HSV(B) 292.46º 0.94% 0.86% -
XYZ 35.31 16.92 69.12 -
YUV 90.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 194 13 220 0.12 0.94 0 0.14 292.46 0.89 0.46
Hex C2 D DC C 5E 0 E 124 59 2E
Octal 302 15 334 14 136 0 16 444 131 56
Binary 11000010 1101 11011100 1100 1011110 0 1110 100100100 1011001 101110

Color Harmonies of #C20DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20DDC

Black with #C20DDC

Text Example


Text Example

White with #C20DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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