Html Css Color HEX #C90BAE Deep Magenta

📋 copy color: '#C90BAE'

red 201 ◦ green 11 ◦ blue 174

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

Shades of Deep Magenta #C90BAE

Tints of Deep Magenta #C90BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.85%

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

R = 52.07%
G = 2.85%
B = 45.08%

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

#C90BAE (or 0xC90BAE) is known color: Deep Magenta. HEX triplet: C9, 0B and AE. RGB value is (201,11,174). Sum of RGB (Red+Green+Blue) = 201+11+174=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C90BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90BAE is #36F451. Grayscale: #555555. Windows color (decimal): -3601490 or 11406281. OLE color: 11406281.

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

Color convert

RGB 201 11 174 -
CMYK 0 0.95 0.13 0.21
HSL 308.53º 0.9% 0.42% -
HSV(B) 308.53º 0.95% 0.79% -
XYZ 31.85 15.71 41.4 -
YUV 86.39 177.45 209.75 -
System Red Green Blue C M Y K H S L
Decimal 201 11 174 0 0.95 0.13 0.21 308.53 0.9 0.42
Hex C9 B AE 0 5F D 15 135 5A 2A
Octal 311 13 256 0 137 15 25 465 132 52
Binary 11001001 1011 10101110 0 1011111 1101 10101 100110101 1011010 101010

Color Harmonies of #C90BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BAE

Black with #C90BAE

Text Example


Text Example

White with #C90BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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