#C70372

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

Shades of Medium Violet Red #C70372

Tints of Medium Violet Red #C70372

Color information

#C70372 (or 0xC70372) is unknown color: approx Medium Violet Red. HEX triplet: C7, 03 and 72. RGB value is (199,3,114). Sum of RGB (Red+Green+Blue) = 199+3+114=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C70372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70372 is #38FC8D. Grayscale: #4A4A4A. Windows color (decimal): -3734670 or 7472071. OLE color: 7472071.

HSL color Cylindrical-coordinate representation of color #C70372: hue angle of 326.02º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70372 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB1993114-
CMYK00.980.430.22
HSL326.02º97.03%39.61%-
HSV(B)326.02º98.49%78.04%-
XYZ26.6213.4217.11-
YUV74.26150.43216.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=62.97%
G=0.95%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199311400.980.430.22326.0297.0339.61
HexC73720622B161466128
Octal30731620142532650614150
Binary1100011111111001001100010101011101101010001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70372; }

 p { color: rgb(199,3,114); }

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

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

 a { background-color: rgb(199,3,114); }

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

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

 span { border-color: rgb(199,3,114); }

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