Html Css Color HEX #C419AC Deep Magenta

📋 copy color: '#C419AC'

red 196 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #C419AC

Tints of Deep Magenta #C419AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.36%

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

R = 49.87%
G = 6.36%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C419AC (or 0xC419AC) is known color: Deep Magenta. HEX triplet: C4, 19 and AC. RGB value is (196,25,172). Sum of RGB (Red+Green+Blue) = 196+25+172=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C419AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C419AC is #3BE653. Grayscale: #5C5C5C. Windows color (decimal): -3925588 or 11278788. OLE color: 11278788.

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

Color convert

RGB 196 25 172 -
CMYK 0 0.87 0.12 0.23
HSL 308.42º 0.77% 0.43% -
HSV(B) 308.42º 0.87% 0.77% -
XYZ 30.56 15.41 40.39 -
YUV 92.89 172.65 201.55 -
System Red Green Blue C M Y K H S L
Decimal 196 25 172 0 0.87 0.12 0.23 308.42 0.77 0.43
Hex C4 19 AC 0 57 C 17 134 4D 2B
Octal 304 31 254 0 127 14 27 464 115 53
Binary 11000100 11001 10101100 0 1010111 1100 10111 100110100 1001101 101011

Color Harmonies of #C419AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419AC

Black with #C419AC

Text Example


Text Example

White with #C419AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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