Html Css Color HEX #C403AB Deep Magenta

📋 copy color: '#C403AB'

red 196 ◦ green 3 ◦ blue 171

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

Shades of Deep Magenta #C403AB

Tints of Deep Magenta #C403AB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.81%

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

R = 52.97%
G = 0.81%
B = 46.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C403AB (or 0xC403AB) is known color: Deep Magenta. HEX triplet: C4, 03 and AB. RGB value is (196,3,171). Sum of RGB (Red+Green+Blue) = 196+3+171=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C403AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403AB is #3BFC54. Grayscale: #4F4F4F. Windows color (decimal): -3931221 or 11207620. OLE color: 11207620.

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

Color convert

RGB 196 3 171 -
CMYK 0 0.98 0.13 0.23
HSL 307.77º 0.97% 0.39% -
HSV(B) 307.77º 0.98% 0.77% -
XYZ 30.15 14.74 39.78 -
YUV 79.86 179.44 210.84 -
System Red Green Blue C M Y K H S L
Decimal 196 3 171 0 0.98 0.13 0.23 307.77 0.97 0.39
Hex C4 3 AB 0 62 D 17 134 61 27
Octal 304 3 253 0 142 15 27 464 141 47
Binary 11000100 11 10101011 0 1100010 1101 10111 100110100 1100001 100111

Color Harmonies of #C403AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403AB

Black with #C403AB

Text Example


Text Example

White with #C403AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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