Html Css Color HEX #C416AC Deep Magenta

📋 copy color: '#C416AC'

red 196 ◦ green 22 ◦ blue 172

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

Shades of Deep Magenta #C416AC

Tints of Deep Magenta #C416AC

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

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

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

R = 50.26%
G = 5.64%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C416AC (or 0xC416AC) is known color: Deep Magenta. HEX triplet: C4, 16 and AC. RGB value is (196,22,172). Sum of RGB (Red+Green+Blue) = 196+22+172=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C416AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C416AC is #3BE953. Grayscale: #5A5A5A. Windows color (decimal): -3926356 or 11278020. OLE color: 11278020.

HSL color Cylindrical-coordinate representation of color #C416AC: hue angle of 308.28º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C416AC is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 22 172 -
CMYK 0 0.89 0.12 0.23
HSL 308.28º 0.8% 0.43% -
HSV(B) 308.28º 0.89% 0.77% -
XYZ 30.5 15.29 40.37 -
YUV 91.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 196 22 172 0 0.89 0.12 0.23 308.28 0.8 0.43
Hex C4 16 AC 0 59 C 17 134 50 2B
Octal 304 26 254 0 131 14 27 464 120 53
Binary 11000100 10110 10101100 0 1011001 1100 10111 100110100 1010000 101011

Color Harmonies of #C416AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C416AC

Black with #C416AC

Text Example


Text Example

White with #C416AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C416AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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