Html Css Color HEX #C40E7F Medium Violet Red

📋 copy color: '#C40E7F'

red 196 ◦ green 14 ◦ blue 127

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

Shades of Medium Violet Red #C40E7F

Tints of Medium Violet Red #C40E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 58.16%
G = 4.15%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C40E7F (or 0xC40E7F) is known color: Medium Violet Red. HEX triplet: C4, 0E and 7F. RGB value is (196,14,127). Sum of RGB (Red+Green+Blue) = 196+14+127=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E7F is #3BF180. Grayscale: #515151. Windows color (decimal): -3928449 or 8326852. OLE color: 8326852.

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

Color convert

RGB 196 14 127 -
CMYK 0 0.93 0.35 0.23
HSL 322.75º 0.87% 0.41% -
HSV(B) 322.75º 0.93% 0.77% -
XYZ 26.75 13.58 21.29 -
YUV 81.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 196 14 127 0 0.93 0.35 0.23 322.75 0.87 0.41
Hex C4 E 7F 0 5D 23 17 143 57 29
Octal 304 16 177 0 135 43 27 503 127 51
Binary 11000100 1110 1111111 0 1011101 100011 10111 101000011 1010111 101001

Color Harmonies of #C40E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E7F

Black with #C40E7F

Text Example


Text Example

White with #C40E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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