Html Css Color HEX #C906AC Deep Magenta

📋 copy color: '#C906AC'

red 201 ◦ green 6 ◦ blue 172

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

Shades of Deep Magenta #C906AC

Tints of Deep Magenta #C906AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 53.03%
G = 1.58%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C906AC (or 0xC906AC) is known color: Deep Magenta. HEX triplet: C9, 06 and AC. RGB value is (201,6,172). Sum of RGB (Red+Green+Blue) = 201+6+172=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C906AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C906AC is #36F953. Grayscale: #525252. Windows color (decimal): -3602772 or 11273929. OLE color: 11273929.

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

Color convert

RGB 201 6 172 -
CMYK 0 0.97 0.14 0.21
HSL 308.92º 0.94% 0.41% -
HSV(B) 308.92º 0.97% 0.79% -
XYZ 31.6 15.53 40.36 -
YUV 83.23 178.1 212 -
System Red Green Blue C M Y K H S L
Decimal 201 6 172 0 0.97 0.14 0.21 308.92 0.94 0.41
Hex C9 6 AC 0 61 E 15 135 5E 29
Octal 311 6 254 0 141 16 25 465 136 51
Binary 11001001 110 10101100 0 1100001 1110 10101 100110101 1011110 101001

Color Harmonies of #C906AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906AC

Black with #C906AC

Text Example


Text Example

White with #C906AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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