Html Css Color HEX #C90CC9 Deep Magenta

📋 copy color: '#C90CC9'

red 201 ◦ green 12 ◦ blue 201

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

Shades of Deep Magenta #C90CC9

Tints of Deep Magenta #C90CC9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.9%

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 48.55%
G = 2.9%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C90CC9 (or 0xC90CC9) is known color: Deep Magenta. HEX triplet: C9, 0C and C9. RGB value is (201,12,201). Sum of RGB (Red+Green+Blue) = 201+12+201=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C90CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CC9 is #36F336. Grayscale: #595959. Windows color (decimal): -3601207 or 13176009. OLE color: 13176009.

HSL color Cylindrical-coordinate representation of color #C90CC9: hue angle of 300º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CC9 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 201 -
CMYK 0 0.94 0 0.21
HSL 300º 0.89% 0.42% -
HSV(B) 300º 0.94% 0.79% -
XYZ 34.76 16.9 56.69 -
YUV 90.06 190.62 207.13 -
System Red Green Blue C M Y K H S L
Decimal 201 12 201 0 0.94 0 0.21 300 0.89 0.42
Hex C9 C C9 0 5E 0 15 12C 59 2A
Octal 311 14 311 0 136 0 25 454 131 52
Binary 11001001 1100 11001001 0 1011110 0 10101 100101100 1011001 101010

Color Harmonies of #C90CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CC9

Black with #C90CC9

Text Example


Text Example

White with #C90CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CC9; }

 p { color: rgb(201,12,201); }

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

background-color css

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

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

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

border-color css

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

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

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