Html Css Color HEX #C90EDC Deep Magenta

📋 copy color: '#C90EDC'

red 201 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #C90EDC

Tints of Deep Magenta #C90EDC

RGB

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

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

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

R = 46.21%
G = 3.22%
B = 50.57%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C90EDC (or 0xC90EDC) is known color: Deep Magenta. HEX triplet: C9, 0E and DC. RGB value is (201,14,220). Sum of RGB (Red+Green+Blue) = 201+14+220=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C90EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90EDC is #36F123. Grayscale: #5C5C5C. Windows color (decimal): -3600676 or 14421705. OLE color: 14421705.

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

Color convert

RGB 201 14 220 -
CMYK 0.09 0.94 0 0.14
HSL 294.47º 0.88% 0.46% -
HSV(B) 294.47º 0.94% 0.86% -
XYZ 37.16 17.9 69.21 -
YUV 93.4 199.45 204.75 -
System Red Green Blue C M Y K H S L
Decimal 201 14 220 0.09 0.94 0 0.14 294.47 0.88 0.46
Hex C9 E DC 9 5E 0 E 126 58 2E
Octal 311 16 334 11 136 0 16 446 130 56
Binary 11001001 1110 11011100 1001 1011110 0 1110 100100110 1011000 101110

Color Harmonies of #C90EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EDC

Black with #C90EDC

Text Example


Text Example

White with #C90EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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