Html Css Color HEX #C911BB Deep Magenta

📋 copy color: '#C911BB'

red 201 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #C911BB

Tints of Deep Magenta #C911BB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.2%

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 49.63%
G = 4.2%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C911BB (or 0xC911BB) is known color: Deep Magenta. HEX triplet: C9, 11 and BB. RGB value is (201,17,187). Sum of RGB (Red+Green+Blue) = 201+17+187=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C911BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911BB is #36EE44. Grayscale: #5A5A5A. Windows color (decimal): -3599941 or 12259785. OLE color: 12259785.

HSL color Cylindrical-coordinate representation of color #C911BB: hue angle of 304.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C911BB is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 17 187 -
CMYK 0 0.92 0.07 0.21
HSL 304.57º 0.84% 0.43% -
HSV(B) 304.57º 0.92% 0.79% -
XYZ 33.26 16.41 48.43 -
YUV 91.4 181.96 206.18 -
System Red Green Blue C M Y K H S L
Decimal 201 17 187 0 0.92 0.07 0.21 304.57 0.84 0.43
Hex C9 11 BB 0 5C 7 15 131 54 2B
Octal 311 21 273 0 134 7 25 461 124 53
Binary 11001001 10001 10111011 0 1011100 111 10101 100110001 1010100 101011

Color Harmonies of #C911BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911BB

Black with #C911BB

Text Example


Text Example

White with #C911BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911BB; }

 p { color: rgb(201,17,187); }

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

background-color css

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

 a { background-color: rgb(201,17,187); }

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

border-color css

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

 span { border-color: rgb(201,17,187); }

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