Html Css Color HEX #C90DD0 Deep Magenta

📋 copy color: '#C90DD0'

red 201 ◦ green 13 ◦ blue 208

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

Shades of Deep Magenta #C90DD0

Tints of Deep Magenta #C90DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 47.63%
G = 3.08%
B = 49.29%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C90DD0 (or 0xC90DD0) is known color: Deep Magenta. HEX triplet: C9, 0D and D0. RGB value is (201,13,208). Sum of RGB (Red+Green+Blue) = 201+13+208=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #C90DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DD0 is #36F22F. Grayscale: #5A5A5A. Windows color (decimal): -3600944 or 13635017. OLE color: 13635017.

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

Color convert

RGB 201 13 208 -
CMYK 0.03 0.94 0 0.18
HSL 297.85º 0.88% 0.43% -
HSV(B) 297.85º 0.94% 0.82% -
XYZ 35.62 17.26 61.13 -
YUV 91.44 193.78 206.14 -
System Red Green Blue C M Y K H S L
Decimal 201 13 208 0.03 0.94 0 0.18 297.85 0.88 0.43
Hex C9 D D0 3 5E 0 12 12A 58 2B
Octal 311 15 320 3 136 0 22 452 130 53
Binary 11001001 1101 11010000 11 1011110 0 10010 100101010 1011000 101011

Color Harmonies of #C90DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DD0

Black with #C90DD0

Text Example


Text Example

White with #C90DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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