#C62C95

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

Shades of Medium Red Violet #C62C95

Tints of Medium Red Violet #C62C95

Color information

#C62C95 (or 0xC62C95) is unknown color: approx Medium Red Violet. HEX triplet: C6, 2C and 95. RGB value is (198,44,149). Sum of RGB (Red+Green+Blue) = 198+44+149=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62C95 is #39D36A. Grayscale: #656565. Windows color (decimal): -3789675 or 9776326. OLE color: 9776326.

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

Color convert

RGB19844149-
CMYK00.780.250.22
HSL319.09º63.64%47.45%-
HSV(B)319.09º77.78%77.65%-
XYZ29.6115.9829.96-
YUV102.02154.52196.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 44 (17.58% from 255) = 11.25%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=50.64%
G=11.25%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984414900.780.250.22319.0963.6447.45
HexC62C9504E191613f402f
Octal306542250116312647710057
Binary11000110101100100101010100111011001101101001111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62C95; }

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

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

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

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

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

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

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

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