#C62895

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

Shades of Medium Red Violet #C62895

Tints of Medium Red Violet #C62895

Color information

#C62895 (or 0xC62895) is unknown color: approx Medium Red Violet. HEX triplet: C6, 28 and 95. RGB value is (198,40,149). Sum of RGB (Red+Green+Blue) = 198+40+149=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 40 (16.02% from 255 or 10.34% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C62895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62895 is #39D76A. Grayscale: #636363. Windows color (decimal): -3790699 or 9775302. OLE color: 9775302.

HSL color Cylindrical-coordinate representation of color #C62895: hue angle of 318.61º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62895 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB19840149-
CMYK00.800.250.22
HSL318.61º66.39%46.67%-
HSV(B)318.61º79.8%77.65%-
XYZ29.4715.6929.91-
YUV99.67155.85198.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 40 (16.02% from 255) = 10.34%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=51.16%
G=10.34%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984014900.800.250.22318.6166.3946.67
HexC62895050191613f422f
Octal306502250120312647710257
Binary11000110101000100101010101000011001101101001111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62895; }

 p { color: rgb(198,40,149); }

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

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

 a { background-color: rgb(198,40,149); }

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

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

 span { border-color: rgb(198,40,149); }

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