Html Css Color HEX #C916AC Deep Magenta

📋 copy color: '#C916AC'

red 201 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #C916AC

Tints of Deep Magenta #C916AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

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

R = 50.89%
G = 5.57%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C916AC (or 0xC916AC) is known color: Deep Magenta. HEX triplet: C9, 16 and AC. RGB value is (201,22,172). Sum of RGB (Red+Green+Blue) = 201+22+172=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C916AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C916AC is #36E953. Grayscale: #5C5C5C. Windows color (decimal): -3598676 or 11278025. OLE color: 11278025.

HSL color Cylindrical-coordinate representation of color #C916AC: hue angle of 309.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C916AC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 22 172 -
CMYK 0 0.89 0.14 0.21
HSL 309.72º 0.8% 0.44% -
HSV(B) 309.72º 0.89% 0.79% -
XYZ 31.82 15.97 40.44 -
YUV 92.62 172.8 205.3 -
System Red Green Blue C M Y K H S L
Decimal 201 22 172 0 0.89 0.14 0.21 309.72 0.8 0.44
Hex C9 16 AC 0 59 E 15 136 50 2C
Octal 311 26 254 0 131 16 25 466 120 54
Binary 11001001 10110 10101100 0 1011001 1110 10101 100110110 1010000 101100

Color Harmonies of #C916AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C916AC

Black with #C916AC

Text Example


Text Example

White with #C916AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C916AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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