Html Css Color HEX #C90BAD Deep Magenta

📋 copy color: '#C90BAD'

red 201 ◦ green 11 ◦ blue 173

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

Shades of Deep Magenta #C90BAD

Tints of Deep Magenta #C90BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 52.21%
G = 2.86%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C90BAD (or 0xC90BAD) is known color: Deep Magenta. HEX triplet: C9, 0B and AD. RGB value is (201,11,173). Sum of RGB (Red+Green+Blue) = 201+11+173=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C90BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90BAD is #36F452. Grayscale: #555555. Windows color (decimal): -3601491 or 11340745. OLE color: 11340745.

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

Color convert

RGB 201 11 173 -
CMYK 0 0.95 0.14 0.21
HSL 308.84º 0.9% 0.42% -
HSV(B) 308.84º 0.95% 0.79% -
XYZ 31.75 15.67 40.89 -
YUV 86.28 176.95 209.83 -
System Red Green Blue C M Y K H S L
Decimal 201 11 173 0 0.95 0.14 0.21 308.84 0.9 0.42
Hex C9 B AD 0 5F E 15 135 5A 2A
Octal 311 13 255 0 137 16 25 465 132 52
Binary 11001001 1011 10101101 0 1011111 1110 10101 100110101 1011010 101010

Color Harmonies of #C90BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BAD

Black with #C90BAD

Text Example


Text Example

White with #C90BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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