Html Css Color HEX #C820DD Deep Magenta

📋 copy color: '#C820DD'

red 200 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #C820DD

Tints of Deep Magenta #C820DD

RGB

 RED value IS 200 (78.52% from 255) = 44.15%

 GREEN value IS 32 (12.89% from 255) = 7.06%

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

R = 44.15%
G = 7.06%
B = 48.79%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C820DD (or 0xC820DD) is known color: Deep Magenta. HEX triplet: C8, 20 and DD. RGB value is (200,32,221). Sum of RGB (Red+Green+Blue) = 200+32+221=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #C820DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C820DD is #37DF22. Grayscale: #676767. Windows color (decimal): -3661603 or 14491848. OLE color: 14491848.

HSL color Cylindrical-coordinate representation of color #C820DD: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C820DD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 32 221 -
CMYK 0.10 0.86 0 0.13
HSL 293.33º 0.75% 0.5% -
HSV(B) 293.33º 0.86% 0.87% -
XYZ 37.39 18.53 70.01 -
YUV 103.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 200 32 221 0.10 0.86 0 0.13 293.33 0.75 0.5
Hex C8 20 DD A 56 0 D 125 4B 32
Octal 310 40 335 12 126 0 15 445 113 62
Binary 11001000 100000 11011101 1010 1010110 0 1101 100100101 1001011 110010

Color Harmonies of #C820DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C820DD

Black with #C820DD

Text Example


Text Example

White with #C820DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C820DD; }

 p { color: rgb(200,32,221); }

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

background-color css

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

 a { background-color: rgb(200,32,221); }

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

border-color css

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

 span { border-color: rgb(200,32,221); }

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