Html Css Color HEX #C90DDF Deep Magenta

📋 copy color: '#C90DDF'

red 201 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #C90DDF

Tints of Deep Magenta #C90DDF

RGB

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

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

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

R = 46%
G = 2.97%
B = 51.03%

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

#C90DDF (or 0xC90DDF) is known color: Deep Magenta. HEX triplet: C9, 0D and DF. RGB value is (201,13,223). Sum of RGB (Red+Green+Blue) = 201+13+223=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #C90DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DDF is #36F220. Grayscale: #5C5C5C. Windows color (decimal): -3600929 or 14618057. OLE color: 14618057.

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

Color convert

RGB 201 13 223 -
CMYK 0.10 0.94 0 0.13
HSL 293.71º 0.89% 0.46% -
HSV(B) 293.71º 0.94% 0.87% -
XYZ 37.55 18.03 71.31 -
YUV 93.15 201.28 204.92 -
System Red Green Blue C M Y K H S L
Decimal 201 13 223 0.10 0.94 0 0.13 293.71 0.89 0.46
Hex C9 D DF A 5E 0 D 126 59 2E
Octal 311 15 337 12 136 0 15 446 131 56
Binary 11001001 1101 11011111 1010 1011110 0 1101 100100110 1011001 101110

Color Harmonies of #C90DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DDF

Black with #C90DDF

Text Example


Text Example

White with #C90DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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