Html Css Color HEX #C90ECD Deep Magenta

📋 copy color: '#C90ECD'

red 201 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #C90ECD

Tints of Deep Magenta #C90ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.33%

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

R = 47.86%
G = 3.33%
B = 48.81%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C90ECD (or 0xC90ECD) is known color: Deep Magenta. HEX triplet: C9, 0E and CD. RGB value is (201,14,205). Sum of RGB (Red+Green+Blue) = 201+14+205=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C90ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ECD is #36F132. Grayscale: #5B5B5B. Windows color (decimal): -3600691 or 13438665. OLE color: 13438665.

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

Color convert

RGB 201 14 205 -
CMYK 0.02 0.93 0 0.20
HSL 298.74º 0.87% 0.43% -
HSV(B) 298.74º 0.93% 0.8% -
XYZ 35.26 17.14 59.21 -
YUV 91.69 191.95 205.97 -
System Red Green Blue C M Y K H S L
Decimal 201 14 205 0.02 0.93 0 0.20 298.74 0.87 0.43
Hex C9 E CD 2 5D 0 14 12B 57 2B
Octal 311 16 315 2 135 0 24 453 127 53
Binary 11001001 1110 11001101 10 1011101 0 10100 100101011 1010111 101011

Color Harmonies of #C90ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ECD

Black with #C90ECD

Text Example


Text Example

White with #C90ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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