Html Css Color HEX #C403AC Deep Magenta

📋 copy color: '#C403AC'

red 196 ◦ green 3 ◦ blue 172

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

Shades of Deep Magenta #C403AC

Tints of Deep Magenta #C403AC

RGB

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

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

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

R = 52.83%
G = 0.81%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C403AC (or 0xC403AC) is known color: Deep Magenta. HEX triplet: C4, 03 and AC. RGB value is (196,3,172). Sum of RGB (Red+Green+Blue) = 196+3+172=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C403AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403AC is #3BFC53. Grayscale: #4F4F4F. Windows color (decimal): -3931220 or 11273156. OLE color: 11273156.

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

Color convert

RGB 196 3 172 -
CMYK 0 0.98 0.12 0.23
HSL 307.46º 0.97% 0.39% -
HSV(B) 307.46º 0.98% 0.77% -
XYZ 30.24 14.78 40.29 -
YUV 79.97 179.94 210.76 -
System Red Green Blue C M Y K H S L
Decimal 196 3 172 0 0.98 0.12 0.23 307.46 0.97 0.39
Hex C4 3 AC 0 62 C 17 133 61 27
Octal 304 3 254 0 142 14 27 463 141 47
Binary 11000100 11 10101100 0 1100010 1100 10111 100110011 1100001 100111

Color Harmonies of #C403AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403AC

Black with #C403AC

Text Example


Text Example

White with #C403AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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