Html Css Color HEX #C403AE Deep Magenta

📋 copy color: '#C403AE'

red 196 ◦ green 3 ◦ blue 174

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

Shades of Deep Magenta #C403AE

Tints of Deep Magenta #C403AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.65%

R = 52.55%
G = 0.8%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C403AE (or 0xC403AE) is known color: Deep Magenta. HEX triplet: C4, 03 and AE. RGB value is (196,3,174). Sum of RGB (Red+Green+Blue) = 196+3+174=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C403AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403AE is #3BFC51. Grayscale: #4F4F4F. Windows color (decimal): -3931218 or 11404228. OLE color: 11404228.

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

Color convert

RGB 196 3 174 -
CMYK 0 0.98 0.11 0.23
HSL 306.84º 0.97% 0.39% -
HSV(B) 306.84º 0.98% 0.77% -
XYZ 30.44 14.86 41.31 -
YUV 80.2 180.94 210.6 -
System Red Green Blue C M Y K H S L
Decimal 196 3 174 0 0.98 0.11 0.23 306.84 0.97 0.39
Hex C4 3 AE 0 62 B 17 133 61 27
Octal 304 3 256 0 142 13 27 463 141 47
Binary 11000100 11 10101110 0 1100010 1011 10111 100110011 1100001 100111

Color Harmonies of #C403AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403AE

Black with #C403AE

Text Example


Text Example

White with #C403AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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