Html Css Color HEX #C016AC Deep Magenta

📋 copy color: '#C016AC'

red 192 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #C016AC

Tints of Deep Magenta #C016AC

RGB

 RED value IS 192 (75.39% from 255) = 49.74%

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

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

R = 49.74%
G = 5.7%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C016AC (or 0xC016AC) is known color: Deep Magenta. HEX triplet: C0, 16 and AC. RGB value is (192,22,172). Sum of RGB (Red+Green+Blue) = 192+22+172=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C016AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C016AC is #3FE953. Grayscale: #595959. Windows color (decimal): -4188500 or 11278016. OLE color: 11278016.

HSL color Cylindrical-coordinate representation of color #C016AC: hue angle of 307.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C016AC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 22 172 -
CMYK 0 0.89 0.10 0.25
HSL 307.06º 0.79% 0.42% -
HSV(B) 307.06º 0.89% 0.75% -
XYZ 29.47 14.76 40.33 -
YUV 89.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 192 22 172 0 0.89 0.10 0.25 307.06 0.79 0.42
Hex C0 16 AC 0 59 A 19 133 4F 2A
Octal 300 26 254 0 131 12 31 463 117 52
Binary 11000000 10110 10101100 0 1011001 1010 11001 100110011 1001111 101010

Color Harmonies of #C016AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C016AC

Black with #C016AC

Text Example


Text Example

White with #C016AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C016AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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