Html Css Color HEX #C90CAA Deep Magenta

📋 copy color: '#C90CAA'

red 201 ◦ green 12 ◦ blue 170

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

Shades of Deep Magenta #C90CAA

Tints of Deep Magenta #C90CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 52.48%
G = 3.13%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C90CAA (or 0xC90CAA) is known color: Deep Magenta. HEX triplet: C9, 0C and AA. RGB value is (201,12,170). Sum of RGB (Red+Green+Blue) = 201+12+170=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90CAA is #36F355. Grayscale: #565656. Windows color (decimal): -3601238 or 11144393. OLE color: 11144393.

HSL color Cylindrical-coordinate representation of color #C90CAA: hue angle of 309.84º 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 #C90CAA is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 12 170 -
CMYK 0 0.94 0.15 0.21
HSL 309.84º 0.89% 0.42% -
HSV(B) 309.84º 0.94% 0.79% -
XYZ 31.47 15.58 39.38 -
YUV 86.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 201 12 170 0 0.94 0.15 0.21 309.84 0.89 0.42
Hex C9 C AA 0 5E F 15 136 59 2A
Octal 311 14 252 0 136 17 25 466 131 52
Binary 11001001 1100 10101010 0 1011110 1111 10101 100110110 1011001 101010

Color Harmonies of #C90CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90CAA

Black with #C90CAA

Text Example


Text Example

White with #C90CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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