Html Css Color HEX #C90BBD Deep Magenta

📋 copy color: '#C90BBD'

red 201 ◦ green 11 ◦ blue 189

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

Shades of Deep Magenta #C90BBD

Tints of Deep Magenta #C90BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 50.12%
G = 2.74%
B = 47.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C90BBD (or 0xC90BBD) is known color: Deep Magenta. HEX triplet: C9, 0B and BD. RGB value is (201,11,189). Sum of RGB (Red+Green+Blue) = 201+11+189=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C90BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BBD is #36F442. Grayscale: #575757. Windows color (decimal): -3601475 or 12389321. OLE color: 12389321.

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

Color convert

RGB 201 11 189 -
CMYK 0 0.95 0.06 0.21
HSL 303.79º 0.9% 0.42% -
HSV(B) 303.79º 0.95% 0.79% -
XYZ 33.39 16.33 49.54 -
YUV 88.1 184.95 208.53 -
System Red Green Blue C M Y K H S L
Decimal 201 11 189 0 0.95 0.06 0.21 303.79 0.9 0.42
Hex C9 B BD 0 5F 6 15 130 5A 2A
Octal 311 13 275 0 137 6 25 460 132 52
Binary 11001001 1011 10111101 0 1011111 110 10101 100110000 1011010 101010

Color Harmonies of #C90BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BBD

Black with #C90BBD

Text Example


Text Example

White with #C90BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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