Html Css Color HEX #C906BB Deep Magenta

📋 copy color: '#C906BB'

red 201 ◦ green 6 ◦ blue 187

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

Shades of Deep Magenta #C906BB

Tints of Deep Magenta #C906BB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.52%

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

R = 51.02%
G = 1.52%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C906BB (or 0xC906BB) is known color: Deep Magenta. HEX triplet: C9, 06 and BB. RGB value is (201,6,187). Sum of RGB (Red+Green+Blue) = 201+6+187=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C906BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906BB is #36F944. Grayscale: #545454. Windows color (decimal): -3602757 or 12256969. OLE color: 12256969.

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

Color convert

RGB 201 6 187 -
CMYK 0 0.97 0.07 0.21
HSL 304.31º 0.94% 0.41% -
HSV(B) 304.31º 0.97% 0.79% -
XYZ 33.12 16.14 48.38 -
YUV 84.94 185.6 210.78 -
System Red Green Blue C M Y K H S L
Decimal 201 6 187 0 0.97 0.07 0.21 304.31 0.94 0.41
Hex C9 6 BB 0 61 7 15 130 5E 29
Octal 311 6 273 0 141 7 25 460 136 51
Binary 11001001 110 10111011 0 1100001 111 10101 100110000 1011110 101001

Color Harmonies of #C906BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906BB

Black with #C906BB

Text Example


Text Example

White with #C906BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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