Html Css Color HEX #C40E6C Medium Violet Red

📋 copy color: '#C40E6C'

red 196 ◦ green 14 ◦ blue 108

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

Shades of Medium Violet Red #C40E6C

Tints of Medium Violet Red #C40E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 61.64%
G = 4.4%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C40E6C (or 0xC40E6C) is known color: Medium Violet Red. HEX triplet: C4, 0E and 6C. RGB value is (196,14,108). Sum of RGB (Red+Green+Blue) = 196+14+108=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40E6C is #3BF193. Grayscale: #4E4E4E. Windows color (decimal): -3928468 or 7081668. OLE color: 7081668.

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

Color convert

RGB 196 14 108 -
CMYK 0 0.93 0.45 0.23
HSL 329.01º 0.87% 0.41% -
HSV(B) 329.01º 0.93% 0.77% -
XYZ 25.63 13.13 15.37 -
YUV 79.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 196 14 108 0 0.93 0.45 0.23 329.01 0.87 0.41
Hex C4 E 6C 0 5D 2D 17 149 57 29
Octal 304 16 154 0 135 55 27 511 127 51
Binary 11000100 1110 1101100 0 1011101 101101 10111 101001001 1010111 101001

Color Harmonies of #C40E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E6C

Black with #C40E6C

Text Example


Text Example

White with #C40E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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