Html Css Color HEX #C906BF Deep Magenta

📋 copy color: '#C906BF'

red 201 ◦ green 6 ◦ blue 191

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

Shades of Deep Magenta #C906BF

Tints of Deep Magenta #C906BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 50.5%
G = 1.51%
B = 47.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C906BF (or 0xC906BF) is known color: Deep Magenta. HEX triplet: C9, 06 and BF. RGB value is (201,6,191). Sum of RGB (Red+Green+Blue) = 201+6+191=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C906BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906BF is #36F940. Grayscale: #545454. Windows color (decimal): -3602753 or 12519113. OLE color: 12519113.

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

Color convert

RGB 201 6 191 -
CMYK 0 0.97 0.05 0.21
HSL 303.08º 0.94% 0.41% -
HSV(B) 303.08º 0.97% 0.79% -
XYZ 33.56 16.31 50.67 -
YUV 85.4 187.6 210.46 -
System Red Green Blue C M Y K H S L
Decimal 201 6 191 0 0.97 0.05 0.21 303.08 0.94 0.41
Hex C9 6 BF 0 61 5 15 12F 5E 29
Octal 311 6 277 0 141 5 25 457 136 51
Binary 11001001 110 10111111 0 1100001 101 10101 100101111 1011110 101001

Color Harmonies of #C906BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906BF

Black with #C906BF

Text Example


Text Example

White with #C906BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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