Html Css Color HEX #C403A9 Deep Magenta

📋 copy color: '#C403A9'

red 196 ◦ green 3 ◦ blue 169

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

Shades of Deep Magenta #C403A9

Tints of Deep Magenta #C403A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.92%

R = 53.26%
G = 0.82%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C403A9 (or 0xC403A9) is known color: Deep Magenta. HEX triplet: C4, 03 and A9. RGB value is (196,3,169). Sum of RGB (Red+Green+Blue) = 196+3+169=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C403A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403A9 is #3BFC56. Grayscale: #4F4F4F. Windows color (decimal): -3931223 or 11076548. OLE color: 11076548.

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

Color convert

RGB 196 3 169 -
CMYK 0 0.98 0.14 0.23
HSL 308.39º 0.97% 0.39% -
HSV(B) 308.39º 0.98% 0.77% -
XYZ 29.96 14.67 38.79 -
YUV 79.63 178.44 211 -
System Red Green Blue C M Y K H S L
Decimal 196 3 169 0 0.98 0.14 0.23 308.39 0.97 0.39
Hex C4 3 A9 0 62 E 17 134 61 27
Octal 304 3 251 0 142 16 27 464 141 47
Binary 11000100 11 10101001 0 1100010 1110 10111 100110100 1100001 100111

Color Harmonies of #C403A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403A9

Black with #C403A9

Text Example


Text Example

White with #C403A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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