Html Css Color HEX #C921DC Deep Magenta

📋 copy color: '#C921DC'

red 201 ◦ green 33 ◦ blue 220

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

Shades of Deep Magenta #C921DC

Tints of Deep Magenta #C921DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

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

R = 44.27%
G = 7.27%
B = 48.46%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C921DC (or 0xC921DC) is known color: Deep Magenta. HEX triplet: C9, 21 and DC. RGB value is (201,33,220). Sum of RGB (Red+Green+Blue) = 201+33+220=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #C921DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C921DC is #36DE23. Grayscale: #676767. Windows color (decimal): -3595812 or 14426569. OLE color: 14426569.

HSL color Cylindrical-coordinate representation of color #C921DC: hue angle of 293.9º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C921DC is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 33 220 -
CMYK 0.09 0.85 0 0.14
HSL 293.9º 0.74% 0.5% -
HSV(B) 293.9º 0.85% 0.86% -
XYZ 37.55 18.67 69.34 -
YUV 104.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 201 33 220 0.09 0.85 0 0.14 293.9 0.74 0.5
Hex C9 21 DC 9 55 0 E 126 4A 32
Octal 311 41 334 11 125 0 16 446 112 62
Binary 11001001 100001 11011100 1001 1010101 0 1110 100100110 1001010 110010

Color Harmonies of #C921DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921DC

Black with #C921DC

Text Example


Text Example

White with #C921DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921DC; }

 p { color: rgb(201,33,220); }

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

background-color css

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

 a { background-color: rgb(201,33,220); }

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

border-color css

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

 span { border-color: rgb(201,33,220); }

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