#C70D78

Color #C70D78 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C70D78

Tints of Medium Violet Red #C70D78

Color information

#C70D78 (or 0xC70D78) is unknown color: approx Medium Violet Red. HEX triplet: C7, 0D and 78. RGB value is (199,13,120). Sum of RGB (Red+Green+Blue) = 199+13+120=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D78 is #38F287. Grayscale: #505050. Windows color (decimal): -3732104 or 7867847. OLE color: 7867847.

HSL color Cylindrical-coordinate representation of color #C70D78: hue angle of 325.48º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70D78 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB19913120-
CMYK00.930.400.22
HSL325.48º87.74%41.57%-
HSV(B)325.48º93.47%78.04%-
XYZ27.0913.7919-
YUV80.81150.12212.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.94%
GREEN value IS 13 (5.47% from 255) = 3.92%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=59.94%
G=3.92%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991312000.930.400.22325.4887.7441.57
HexC7D7805D2816145582a
Octal307151700135502650513052
Binary110001111101111100001011101101000101101010001011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70D78; }

 p { color: rgb(199,13,120); }

 H1.HeaderClassName
 {
   color: #C70D78;
 }
 .AnyTagClassName
 {
   color: #C70D78;
 }
</style>
background-color css

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

 a { background-color: rgb(199,13,120); }

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

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

 span { border-color: rgb(199,13,120); }

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