Html Css Color HEX #C90AAE Deep Magenta

📋 copy color: '#C90AAE'

red 201 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #C90AAE

Tints of Deep Magenta #C90AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.6%

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 52.21%
G = 2.6%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C90AAE (or 0xC90AAE) is known color: Deep Magenta. HEX triplet: C9, 0A and AE. RGB value is (201,10,174). Sum of RGB (Red+Green+Blue) = 201+10+174=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C90AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90AAE is #36F551. Grayscale: #555555. Windows color (decimal): -3601746 or 11406025. OLE color: 11406025.

HSL color Cylindrical-coordinate representation of color #C90AAE: hue angle of 308.48º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90AAE is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 10 174 -
CMYK 0 0.95 0.13 0.21
HSL 308.48º 0.91% 0.41% -
HSV(B) 308.48º 0.95% 0.79% -
XYZ 31.84 15.69 41.4 -
YUV 85.81 177.78 210.16 -
System Red Green Blue C M Y K H S L
Decimal 201 10 174 0 0.95 0.13 0.21 308.48 0.91 0.41
Hex C9 A AE 0 5F D 15 134 5B 29
Octal 311 12 256 0 137 15 25 464 133 51
Binary 11001001 1010 10101110 0 1011111 1101 10101 100110100 1011011 101001

Color Harmonies of #C90AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90AAE

Black with #C90AAE

Text Example


Text Example

White with #C90AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90AAE; }

 p { color: rgb(201,10,174); }

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

background-color css

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

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

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

border-color css

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

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

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