Html Css Color HEX #C40E97 Medium Violet Red

📋 copy color: '#C40E97'

red 196 ◦ green 14 ◦ blue 151

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

Shades of Medium Violet Red #C40E97

Tints of Medium Violet Red #C40E97

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.88%

 BLUE value IS 151 (59.38% from 255) = 41.83%

R = 54.29%
G = 3.88%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C40E97 (or 0xC40E97) is known color: Medium Violet Red. HEX triplet: C4, 0E and 97. RGB value is (196,14,151). Sum of RGB (Red+Green+Blue) = 196+14+151=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40E97 is #3BF168. Grayscale: #535353. Windows color (decimal): -3928425 or 9899716. OLE color: 9899716.

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

Color convert

RGB 196 14 151 -
CMYK 0 0.93 0.23 0.23
HSL 314.84º 0.87% 0.41% -
HSV(B) 314.84º 0.93% 0.77% -
XYZ 28.51 14.28 30.53 -
YUV 84.04 165.8 207.86 -
System Red Green Blue C M Y K H S L
Decimal 196 14 151 0 0.93 0.23 0.23 314.84 0.87 0.41
Hex C4 E 97 0 5D 17 17 13B 57 29
Octal 304 16 227 0 135 27 27 473 127 51
Binary 11000100 1110 10010111 0 1011101 10111 10111 100111011 1010111 101001

Color Harmonies of #C40E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E97

Black with #C40E97

Text Example


Text Example

White with #C40E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E97; }

 p { color: rgb(196,14,151); }

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

background-color css

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

 a { background-color: rgb(196,14,151); }

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

border-color css

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

 span { border-color: rgb(196,14,151); }

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