Html Css Color HEX #C401AC Deep Magenta

📋 copy color: '#C401AC'

red 196 ◦ green 1 ◦ blue 172

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

Shades of Deep Magenta #C401AC

Tints of Deep Magenta #C401AC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 53.12%
G = 0.27%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C401AC (or 0xC401AC) is known color: Deep Magenta. HEX triplet: C4, 01 and AC. RGB value is (196,1,172). Sum of RGB (Red+Green+Blue) = 196+1+172=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 1 (0.78% from 255 or 0.27% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C401AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401AC is #3BFE53. Grayscale: #4E4E4E. Windows color (decimal): -3931732 or 11272644. OLE color: 11272644.

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

Color convert

RGB 196 1 172 -
CMYK 0 0.99 0.12 0.23
HSL 307.38º 0.99% 0.39% -
HSV(B) 307.38º 0.99% 0.77% -
XYZ 30.22 14.74 40.28 -
YUV 78.8 180.6 211.6 -
System Red Green Blue C M Y K H S L
Decimal 196 1 172 0 0.99 0.12 0.23 307.38 0.99 0.39
Hex C4 1 AC 0 63 C 17 133 63 27
Octal 304 1 254 0 143 14 27 463 143 47
Binary 11000100 1 10101100 0 1100011 1100 10111 100110011 1100011 100111

Color Harmonies of #C401AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401AC

Black with #C401AC

Text Example


Text Example

White with #C401AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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