Html Css Color HEX #C40DA0 Medium Violet Red

📋 copy color: '#C40DA0'

red 196 ◦ green 13 ◦ blue 160

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

Shades of Medium Violet Red #C40DA0

Tints of Medium Violet Red #C40DA0

RGB

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

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

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

R = 53.12%
G = 3.52%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C40DA0 (or 0xC40DA0) is known color: Medium Violet Red. HEX triplet: C4, 0D and A0. RGB value is (196,13,160). Sum of RGB (Red+Green+Blue) = 196+13+160=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DA0 is #3BF25F. Grayscale: #545454. Windows color (decimal): -3928672 or 10489284. OLE color: 10489284.

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

Color convert

RGB 196 13 160 -
CMYK 0 0.93 0.18 0.23
HSL 311.8º 0.88% 0.41% -
HSV(B) 311.8º 0.93% 0.77% -
XYZ 29.25 14.56 34.53 -
YUV 84.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 196 13 160 0 0.93 0.18 0.23 311.8 0.88 0.41
Hex C4 D A0 0 5D 12 17 138 58 29
Octal 304 15 240 0 135 22 27 470 130 51
Binary 11000100 1101 10100000 0 1011101 10010 10111 100111000 1011000 101001

Color Harmonies of #C40DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40DA0

Black with #C40DA0

Text Example


Text Example

White with #C40DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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