Html Css Color HEX #C90EDF Deep Magenta

📋 copy color: '#C90EDF'

red 201 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #C90EDF

Tints of Deep Magenta #C90EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 45.89%
G = 3.2%
B = 50.91%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C90EDF (or 0xC90EDF) is known color: Deep Magenta. HEX triplet: C9, 0E and DF. RGB value is (201,14,223). Sum of RGB (Red+Green+Blue) = 201+14+223=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C90EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90EDF is #36F120. Grayscale: #5D5D5D. Windows color (decimal): -3600673 or 14618313. OLE color: 14618313.

HSL color Cylindrical-coordinate representation of color #C90EDF: hue angle of 293.68º degrees, saturation: 0.88, 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 #C90EDF is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 14 223 -
CMYK 0.10 0.94 0 0.13
HSL 293.68º 0.88% 0.46% -
HSV(B) 293.68º 0.94% 0.87% -
XYZ 37.56 18.06 71.32 -
YUV 93.74 200.95 204.51 -
System Red Green Blue C M Y K H S L
Decimal 201 14 223 0.10 0.94 0 0.13 293.68 0.88 0.46
Hex C9 E DF A 5E 0 D 126 58 2E
Octal 311 16 337 12 136 0 15 446 130 56
Binary 11001001 1110 11011111 1010 1011110 0 1101 100100110 1011000 101110

Color Harmonies of #C90EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90EDF

Black with #C90EDF

Text Example


Text Example

White with #C90EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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