Html Css Color HEX #C920DD Deep Magenta

📋 copy color: '#C920DD'

red 201 ◦ green 32 ◦ blue 221

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

Shades of Deep Magenta #C920DD

Tints of Deep Magenta #C920DD

RGB

 RED value IS 201 (78.91% from 255) = 44.27%

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

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

R = 44.27%
G = 7.05%
B = 48.68%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C920DD (or 0xC920DD) is known color: Deep Magenta. HEX triplet: C9, 20 and DD. RGB value is (201,32,221). Sum of RGB (Red+Green+Blue) = 201+32+221=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 32 (12.89% from 255 or 7.05% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #C920DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C920DD is #36DF22. Grayscale: #676767. Windows color (decimal): -3596067 or 14491849. OLE color: 14491849.

HSL color Cylindrical-coordinate representation of color #C920DD: hue angle of 293.65º 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 #C920DD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 32 221 -
CMYK 0.09 0.86 0 0.13
HSL 293.65º 0.75% 0.5% -
HSV(B) 293.65º 0.86% 0.87% -
XYZ 37.66 18.67 70.03 -
YUV 104.08 193.99 197.13 -
System Red Green Blue C M Y K H S L
Decimal 201 32 221 0.09 0.86 0 0.13 293.65 0.75 0.5
Hex C9 20 DD 9 56 0 D 126 4B 32
Octal 311 40 335 11 126 0 15 446 113 62
Binary 11001001 100000 11011101 1001 1010110 0 1101 100100110 1001011 110010

Color Harmonies of #C920DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920DD

Black with #C920DD

Text Example


Text Example

White with #C920DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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