Html Css Color HEX #C403A4 Medium Violet Red

📋 copy color: '#C403A4'

red 196 ◦ green 3 ◦ blue 164

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

Shades of Medium Violet Red #C403A4

Tints of Medium Violet Red #C403A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 45.18%

R = 53.99%
G = 0.83%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C403A4 (or 0xC403A4) is known color: Medium Violet Red. HEX triplet: C4, 03 and A4. RGB value is (196,3,164). Sum of RGB (Red+Green+Blue) = 196+3+164=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C403A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403A4 is #3BFC5B. Grayscale: #4E4E4E. Windows color (decimal): -3931228 or 10748868. OLE color: 10748868.

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

Color convert

RGB 196 3 164 -
CMYK 0 0.98 0.16 0.23
HSL 309.95º 0.97% 0.39% -
HSV(B) 309.95º 0.98% 0.77% -
XYZ 29.5 14.48 36.36 -
YUV 79.06 175.94 211.41 -
System Red Green Blue C M Y K H S L
Decimal 196 3 164 0 0.98 0.16 0.23 309.95 0.97 0.39
Hex C4 3 A4 0 62 10 17 136 61 27
Octal 304 3 244 0 142 20 27 466 141 47
Binary 11000100 11 10100100 0 1100010 10000 10111 100110110 1100001 100111

Color Harmonies of #C403A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403A4

Black with #C403A4

Text Example


Text Example

White with #C403A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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