#c62a9f

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

Shades of Medium Red Violet #C62A9F

Tints of Medium Red Violet #C62A9F

Color information

#C62A9F (or 0xC62A9F) is unknown color: approx Medium Red Violet. HEX triplet: C6, 2A and 9F. RGB value is (198,42,159). Sum of RGB (Red+Green+Blue) = 198+42+159=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62A9F is #39D560. Grayscale: #656565. Windows color (decimal): -3790177 or 10431174. OLE color: 10431174.

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

Color convert

RGB19842159-
CMYK00.790.200.22
HSL315º65%47.06%-
HSV(B)315º78.79%77.65%-
XYZ30.3716.1634.32-
YUV101.98160.18196.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.62%
GREEN value IS 42 (16.80% from 255) = 10.53%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=49.62%
G=10.53%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984215900.790.200.223156547.06
HexC62A9F04F141613b412f
Octal306522370117242647310157
Binary11000110101010100111110100111110100101101001110111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c62a9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c62a9f; }

 p { color: rgb(198,42,159); }

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

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

 a { background-color: rgb(198,42,159); }

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

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

 span { border-color: rgb(198,42,159); }

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