Html Css Color HEX #C40DA3 Medium Violet Red

📋 copy color: '#C40DA3'

red 196 ◦ green 13 ◦ blue 163

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

Shades of Medium Violet Red #C40DA3

Tints of Medium Violet Red #C40DA3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 163 (64.06% from 255) = 43.82%

R = 52.69%
G = 3.49%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C40DA3 (or 0xC40DA3) is known color: Medium Violet Red. HEX triplet: C4, 0D and A3. RGB value is (196,13,163). Sum of RGB (Red+Green+Blue) = 196+13+163=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 163 (64.06% from 255 or 43.82% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DA3 is #3BF25C. Grayscale: #545454. Windows color (decimal): -3928669 or 10685892. OLE color: 10685892.

HSL color Cylindrical-coordinate representation of color #C40DA3: hue angle of 310.82º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 13 163 -
CMYK 0 0.93 0.17 0.23
HSL 310.82º 0.88% 0.41% -
HSV(B) 310.82º 0.93% 0.77% -
XYZ 29.52 14.67 35.93 -
YUV 84.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 196 13 163 0 0.93 0.17 0.23 310.82 0.88 0.41
Hex C4 D A3 0 5D 11 17 137 58 29
Octal 304 15 243 0 135 21 27 467 130 51
Binary 11000100 1101 10100011 0 1011101 10001 10111 100110111 1011000 101001

Color Harmonies of #C40DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DA3

Black with #C40DA3

Text Example


Text Example

White with #C40DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DA3; }

 p { color: rgb(196,13,163); }

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

background-color css

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

 a { background-color: rgb(196,13,163); }

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

border-color css

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

 span { border-color: rgb(196,13,163); }

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