Html Css Color HEX #C90DDD Deep Magenta

📋 copy color: '#C90DDD'

red 201 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #C90DDD

Tints of Deep Magenta #C90DDD

RGB

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

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

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

R = 46.21%
G = 2.99%
B = 50.8%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C90DDD (or 0xC90DDD) is known color: Deep Magenta. HEX triplet: C9, 0D and DD. RGB value is (201,13,221). Sum of RGB (Red+Green+Blue) = 201+13+221=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #C90DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DDD is #36F222. Grayscale: #5C5C5C. Windows color (decimal): -3600931 or 14486985. OLE color: 14486985.

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

Color convert

RGB 201 13 221 -
CMYK 0.09 0.94 0 0.13
HSL 294.23º 0.89% 0.46% -
HSV(B) 294.23º 0.94% 0.87% -
XYZ 37.28 17.93 69.9 -
YUV 92.92 200.28 205.09 -
System Red Green Blue C M Y K H S L
Decimal 201 13 221 0.09 0.94 0 0.13 294.23 0.89 0.46
Hex C9 D DD 9 5E 0 D 126 59 2E
Octal 311 15 335 11 136 0 15 446 131 56
Binary 11001001 1101 11011101 1001 1011110 0 1101 100100110 1011001 101110

Color Harmonies of #C90DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DDD

Black with #C90DDD

Text Example


Text Example

White with #C90DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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