Html Css Color HEX #C403A0 Medium Violet Red

📋 copy color: '#C403A0'

red 196 ◦ green 3 ◦ blue 160

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

Shades of Medium Violet Red #C403A0

Tints of Medium Violet Red #C403A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 54.6%
G = 0.84%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C403A0 (or 0xC403A0) is known color: Medium Violet Red. HEX triplet: C4, 03 and A0. RGB value is (196,3,160). Sum of RGB (Red+Green+Blue) = 196+3+160=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C403A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403A0 is #3BFC5F. Grayscale: #4E4E4E. Windows color (decimal): -3931232 or 10486724. OLE color: 10486724.

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

Color convert

RGB 196 3 160 -
CMYK 0 0.98 0.18 0.23
HSL 311.19º 0.97% 0.39% -
HSV(B) 311.19º 0.98% 0.77% -
XYZ 29.14 14.34 34.49 -
YUV 78.61 173.94 211.73 -
System Red Green Blue C M Y K H S L
Decimal 196 3 160 0 0.98 0.18 0.23 311.19 0.97 0.39
Hex C4 3 A0 0 62 12 17 137 61 27
Octal 304 3 240 0 142 22 27 467 141 47
Binary 11000100 11 10100000 0 1100010 10010 10111 100110111 1100001 100111

Color Harmonies of #C403A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403A0

Black with #C403A0

Text Example


Text Example

White with #C403A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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