#C62585

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

Shades of Medium Violet Red #C62585

Tints of Medium Violet Red #C62585

Color information

#C62585 (or 0xC62585) is unknown color: approx Medium Violet Red. HEX triplet: C6, 25 and 85. RGB value is (198,37,133). Sum of RGB (Red+Green+Blue) = 198+37+133=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C62585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62585 is #39DA7A. Grayscale: #5F5F5F. Windows color (decimal): -3791483 or 8725958. OLE color: 8725958.

HSL color Cylindrical-coordinate representation of color #C62585: hue angle of 324.22º 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 #C62585 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB19837133-
CMYK00.810.330.22
HSL324.22º68.51%46.08%-
HSV(B)324.22º81.31%77.65%-
XYZ28.1815.0223.6-
YUV96.08148.84200.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.80%
GREEN value IS 37 (14.84% from 255) = 10.05%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=53.80%
G=10.05%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983713300.810.330.22324.2268.5146.08
HexC625850512116144452e
Octal306452050121412650410556
Binary110001101001011000010101010001100001101101010001001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62585; }

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

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

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

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

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

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

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

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