Html Css Color HEX #C40C73 Medium Violet Red

📋 copy color: '#C40C73'

red 196 ◦ green 12 ◦ blue 115

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

Shades of Medium Violet Red #C40C73

Tints of Medium Violet Red #C40C73

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.72%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 60.68%
G = 3.72%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C40C73 (or 0xC40C73) is known color: Medium Violet Red. HEX triplet: C4, 0C and 73. RGB value is (196,12,115). Sum of RGB (Red+Green+Blue) = 196+12+115=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C73 is #3BF38C. Grayscale: #4E4E4E. Windows color (decimal): -3928973 or 7539908. OLE color: 7539908.

HSL color Cylindrical-coordinate representation of color #C40C73: hue angle of 326.41º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C73 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 12 115 -
CMYK 0 0.94 0.41 0.23
HSL 326.41º 0.88% 0.41% -
HSV(B) 326.41º 0.94% 0.77% -
XYZ 25.99 13.24 17.4 -
YUV 78.76 148.46 211.62 -
System Red Green Blue C M Y K H S L
Decimal 196 12 115 0 0.94 0.41 0.23 326.41 0.88 0.41
Hex C4 C 73 0 5E 29 17 146 58 29
Octal 304 14 163 0 136 51 27 506 130 51
Binary 11000100 1100 1110011 0 1011110 101001 10111 101000110 1011000 101001

Color Harmonies of #C40C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C73

Black with #C40C73

Text Example


Text Example

White with #C40C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C73; }

 p { color: rgb(196,12,115); }

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

background-color css

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

 a { background-color: rgb(196,12,115); }

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

border-color css

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

 span { border-color: rgb(196,12,115); }

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