Html Css Color HEX #C40E9F Medium Violet Red

📋 copy color: '#C40E9F'

red 196 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #C40E9F

Tints of Medium Violet Red #C40E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 53.12%
G = 3.79%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C40E9F (or 0xC40E9F) is known color: Medium Violet Red. HEX triplet: C4, 0E and 9F. RGB value is (196,14,159). Sum of RGB (Red+Green+Blue) = 196+14+159=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40E9F is #3BF160. Grayscale: #545454. Windows color (decimal): -3928417 or 10424004. OLE color: 10424004.

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

Color convert

RGB 196 14 159 -
CMYK 0 0.93 0.19 0.23
HSL 312.2º 0.87% 0.41% -
HSV(B) 312.2º 0.93% 0.77% -
XYZ 29.18 14.55 34.07 -
YUV 84.95 169.8 207.21 -
System Red Green Blue C M Y K H S L
Decimal 196 14 159 0 0.93 0.19 0.23 312.2 0.87 0.41
Hex C4 E 9F 0 5D 13 17 138 57 29
Octal 304 16 237 0 135 23 27 470 127 51
Binary 11000100 1110 10011111 0 1011101 10011 10111 100111000 1010111 101001

Color Harmonies of #C40E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E9F

Black with #C40E9F

Text Example


Text Example

White with #C40E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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