Html Css Color HEX #C40C79 Medium Violet Red

📋 copy color: '#C40C79'

red 196 ◦ green 12 ◦ blue 121

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

Shades of Medium Violet Red #C40C79

Tints of Medium Violet Red #C40C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.78%

R = 59.57%
G = 3.65%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C40C79 (or 0xC40C79) is known color: Medium Violet Red. HEX triplet: C4, 0C and 79. RGB value is (196,12,121). Sum of RGB (Red+Green+Blue) = 196+12+121=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C79 is #3BF386. Grayscale: #4F4F4F. Windows color (decimal): -3928967 or 7933124. OLE color: 7933124.

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

Color convert

RGB 196 12 121 -
CMYK 0 0.94 0.38 0.23
HSL 324.46º 0.88% 0.41% -
HSV(B) 324.46º 0.94% 0.77% -
XYZ 26.35 13.38 19.28 -
YUV 79.44 151.46 211.14 -
System Red Green Blue C M Y K H S L
Decimal 196 12 121 0 0.94 0.38 0.23 324.46 0.88 0.41
Hex C4 C 79 0 5E 26 17 144 58 29
Octal 304 14 171 0 136 46 27 504 130 51
Binary 11000100 1100 1111001 0 1011110 100110 10111 101000100 1011000 101001

Color Harmonies of #C40C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40C79

Black with #C40C79

Text Example


Text Example

White with #C40C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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