Html Css Color HEX #C906BA Deep Magenta

📋 copy color: '#C906BA'

red 201 ◦ green 6 ◦ blue 186

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

Shades of Deep Magenta #C906BA

Tints of Deep Magenta #C906BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 51.15%
G = 1.53%
B = 47.33%

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

#C906BA (or 0xC906BA) is known color: Deep Magenta. HEX triplet: C9, 06 and BA. RGB value is (201,6,186). Sum of RGB (Red+Green+Blue) = 201+6+186=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C906BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906BA is #36F945. Grayscale: #545454. Windows color (decimal): -3602758 or 12191433. OLE color: 12191433.

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

Color convert

RGB 201 6 186 -
CMYK 0 0.97 0.07 0.21
HSL 304.62º 0.94% 0.41% -
HSV(B) 304.62º 0.97% 0.79% -
XYZ 33.02 16.09 47.82 -
YUV 84.83 185.1 210.86 -
System Red Green Blue C M Y K H S L
Decimal 201 6 186 0 0.97 0.07 0.21 304.62 0.94 0.41
Hex C9 6 BA 0 61 7 15 131 5E 29
Octal 311 6 272 0 141 7 25 461 136 51
Binary 11001001 110 10111010 0 1100001 111 10101 100110001 1011110 101001

Color Harmonies of #C906BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906BA

Black with #C906BA

Text Example


Text Example

White with #C906BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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