#C20470

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

Shades of Medium Violet Red #C20470

Tints of Medium Violet Red #C20470

Color information

#C20470 (or 0xC20470) is unknown color: approx Medium Violet Red. HEX triplet: C2, 04 and 70. RGB value is (194,4,112). Sum of RGB (Red+Green+Blue) = 194+4+112=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C20470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20470 is #3DFB8F. Grayscale: #484848. Windows color (decimal): -4062096 or 7341250. OLE color: 7341250.

HSL color Cylindrical-coordinate representation of color #C20470: hue angle of 325.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20470 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB1944112-
CMYK00.980.420.24
HSL325.89º95.96%38.82%-
HSV(B)325.89º97.94%76.08%-
XYZ25.2212.7316.46-
YUV73.12149.95214.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=62.58%
G=1.29%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194411200.980.420.24325.8995.9638.82
HexC24700622A181466027
Octal30241600142523050614047
Binary11000010100111000001100010101010110001010001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20470; }

 p { color: rgb(194,4,112); }

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

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

 a { background-color: rgb(194,4,112); }

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

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

 span { border-color: rgb(194,4,112); }

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