Html Css Color HEX #C40E75 Medium Violet Red

📋 copy color: '#C40E75'

red 196 ◦ green 14 ◦ blue 117

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

Shades of Medium Violet Red #C40E75

Tints of Medium Violet Red #C40E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 59.94%
G = 4.28%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C40E75 (or 0xC40E75) is known color: Medium Violet Red. HEX triplet: C4, 0E and 75. RGB value is (196,14,117). Sum of RGB (Red+Green+Blue) = 196+14+117=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E75 is #3BF18A. Grayscale: #4F4F4F. Windows color (decimal): -3928459 or 7671492. OLE color: 7671492.

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

Color convert

RGB 196 14 117 -
CMYK 0 0.93 0.40 0.23
HSL 326.04º 0.87% 0.41% -
HSV(B) 326.04º 0.93% 0.77% -
XYZ 26.13 13.33 18.03 -
YUV 80.16 148.8 210.62 -
System Red Green Blue C M Y K H S L
Decimal 196 14 117 0 0.93 0.40 0.23 326.04 0.87 0.41
Hex C4 E 75 0 5D 28 17 146 57 29
Octal 304 16 165 0 135 50 27 506 127 51
Binary 11000100 1110 1110101 0 1011101 101000 10111 101000110 1010111 101001

Color Harmonies of #C40E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E75

Black with #C40E75

Text Example


Text Example

White with #C40E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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