Html Css Color HEX #C403A1 Medium Violet Red

📋 copy color: '#C403A1'

red 196 ◦ green 3 ◦ blue 161

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

Shades of Medium Violet Red #C403A1

Tints of Medium Violet Red #C403A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 54.44%
G = 0.83%
B = 44.72%

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

#C403A1 (or 0xC403A1) is known color: Medium Violet Red. HEX triplet: C4, 03 and A1. RGB value is (196,3,161). Sum of RGB (Red+Green+Blue) = 196+3+161=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C403A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403A1 is #3BFC5E. Grayscale: #4E4E4E. Windows color (decimal): -3931231 or 10552260. OLE color: 10552260.

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

Color convert

RGB 196 3 161 -
CMYK 0 0.98 0.18 0.23
HSL 310.88º 0.97% 0.39% -
HSV(B) 310.88º 0.98% 0.77% -
XYZ 29.23 14.37 34.95 -
YUV 78.72 174.44 211.65 -
System Red Green Blue C M Y K H S L
Decimal 196 3 161 0 0.98 0.18 0.23 310.88 0.97 0.39
Hex C4 3 A1 0 62 12 17 137 61 27
Octal 304 3 241 0 142 22 27 467 141 47
Binary 11000100 11 10100001 0 1100010 10010 10111 100110111 1100001 100111

Color Harmonies of #C403A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C403A1

Black with #C403A1

Text Example


Text Example

White with #C403A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C403A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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