Html Css Color HEX #C90DCD Deep Magenta

📋 copy color: '#C90DCD'

red 201 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #C90DCD

Tints of Deep Magenta #C90DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 47.97%
G = 3.1%
B = 48.93%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C90DCD (or 0xC90DCD) is known color: Deep Magenta. HEX triplet: C9, 0D and CD. RGB value is (201,13,205). Sum of RGB (Red+Green+Blue) = 201+13+205=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C90DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DCD is #36F232. Grayscale: #5A5A5A. Windows color (decimal): -3600947 or 13438409. OLE color: 13438409.

HSL color Cylindrical-coordinate representation of color #C90DCD: hue angle of 298.75º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90DCD is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 13 205 -
CMYK 0.02 0.94 0 0.20
HSL 298.75º 0.88% 0.43% -
HSV(B) 298.75º 0.94% 0.8% -
XYZ 35.25 17.11 59.2 -
YUV 91.1 192.28 206.39 -
System Red Green Blue C M Y K H S L
Decimal 201 13 205 0.02 0.94 0 0.20 298.75 0.88 0.43
Hex C9 D CD 2 5E 0 14 12B 58 2B
Octal 311 15 315 2 136 0 24 453 130 53
Binary 11001001 1101 11001101 10 1011110 0 10100 100101011 1011000 101011

Color Harmonies of #C90DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DCD

Black with #C90DCD

Text Example


Text Example

White with #C90DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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