#C62570

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

Shades of Medium Violet Red #C62570

Tints of Medium Violet Red #C62570

Color information

#C62570 (or 0xC62570) is unknown color: approx Medium Violet Red. HEX triplet: C6, 25 and 70. RGB value is (198,37,112). Sum of RGB (Red+Green+Blue) = 198+37+112=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C62570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62570 is #39DA8F. Grayscale: #5D5D5D. Windows color (decimal): -3791504 or 7349702. OLE color: 7349702.

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

Color convert

RGB19837112-
CMYK00.810.430.22
HSL332.05º68.51%46.08%-
HSV(B)332.05º81.31%77.65%-
XYZ26.8714.516.71-
YUV93.69138.34202.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.06%
GREEN value IS 37 (14.84% from 255) = 10.66%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=57.06%
G=10.66%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983711200.810.430.22332.0568.5146.08
HexC625700512B1614c452e
Octal306451600121532651410556
Binary11000110100101111000001010001101011101101010011001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62570; }

 p { color: rgb(198,37,112); }

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

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

 a { background-color: rgb(198,37,112); }

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

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

 span { border-color: rgb(198,37,112); }

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