Html Css Color HEX #C402AB Deep Magenta

📋 copy color: '#C402AB'

red 196 ◦ green 2 ◦ blue 171

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

Shades of Deep Magenta #C402AB

Tints of Deep Magenta #C402AB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.54%

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

R = 53.12%
G = 0.54%
B = 46.34%

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

#C402AB (or 0xC402AB) is known color: Deep Magenta. HEX triplet: C4, 02 and AB. RGB value is (196,2,171). Sum of RGB (Red+Green+Blue) = 196+2+171=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C402AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402AB is #3BFD54. Grayscale: #4E4E4E. Windows color (decimal): -3931477 or 11207364. OLE color: 11207364.

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

Color convert

RGB 196 2 171 -
CMYK 0 0.99 0.13 0.23
HSL 307.73º 0.98% 0.39% -
HSV(B) 307.73º 0.99% 0.77% -
XYZ 30.14 14.72 39.78 -
YUV 79.27 179.77 211.26 -
System Red Green Blue C M Y K H S L
Decimal 196 2 171 0 0.99 0.13 0.23 307.73 0.98 0.39
Hex C4 2 AB 0 63 D 17 134 62 27
Octal 304 2 253 0 143 15 27 464 142 47
Binary 11000100 10 10101011 0 1100011 1101 10111 100110100 1100010 100111

Color Harmonies of #C402AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C402AB

Black with #C402AB

Text Example


Text Example

White with #C402AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C402AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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