Html Css Color HEX #C90DCC Deep Magenta

📋 copy color: '#C90DCC'

red 201 ◦ green 13 ◦ blue 204

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

Shades of Deep Magenta #C90DCC

Tints of Deep Magenta #C90DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 48.09%
G = 3.11%
B = 48.8%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C90DCC (or 0xC90DCC) is known color: Deep Magenta. HEX triplet: C9, 0D and CC. RGB value is (201,13,204). Sum of RGB (Red+Green+Blue) = 201+13+204=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 13 (5.47% from 255 or 3.11% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #C90DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90DCC is #36F233. Grayscale: #5A5A5A. Windows color (decimal): -3600948 or 13372873. OLE color: 13372873.

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

Color convert

RGB 201 13 204 -
CMYK 0.01 0.94 0 0.2
HSL 299.06º 0.88% 0.43% -
HSV(B) 299.06º 0.94% 0.8% -
XYZ 35.13 17.06 58.57 -
YUV 90.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 201 13 204 0.01 0.94 0 0.2 299.06 0.88 0.43
Hex C9 D CC 1 5E 0 14 12B 58 2B
Octal 311 15 314 1 136 0 24 453 130 53
Binary 11001001 1101 11001100 1 1011110 0 10100 100101011 1011000 101011

Color Harmonies of #C90DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90DCC

Black with #C90DCC

Text Example


Text Example

White with #C90DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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