Html Css Color HEX #C401AB Deep Magenta

📋 copy color: '#C401AB'

red 196 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #C401AB

Tints of Deep Magenta #C401AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 53.26%
G = 0.27%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C401AB (or 0xC401AB) is known color: Deep Magenta. HEX triplet: C4, 01 and AB. RGB value is (196,1,171). Sum of RGB (Red+Green+Blue) = 196+1+171=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C401AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C401AB is #3BFE54. Grayscale: #4E4E4E. Windows color (decimal): -3931733 or 11207108. OLE color: 11207108.

HSL color Cylindrical-coordinate representation of color #C401AB: hue angle of 307.69º 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 #C401AB is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 171 -
CMYK 0 0.99 0.13 0.23
HSL 307.69º 0.99% 0.39% -
HSV(B) 307.69º 0.99% 0.77% -
XYZ 30.13 14.7 39.78 -
YUV 78.69 180.1 211.68 -
System Red Green Blue C M Y K H S L
Decimal 196 1 171 0 0.99 0.13 0.23 307.69 0.99 0.39
Hex C4 1 AB 0 63 D 17 134 63 27
Octal 304 1 253 0 143 15 27 464 143 47
Binary 11000100 1 10101011 0 1100011 1101 10111 100110100 1100011 100111

Color Harmonies of #C401AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C401AB

Black with #C401AB

Text Example


Text Example

White with #C401AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C401AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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