#c62a7f

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

Shades of Medium Red Violet #C62A7F

Tints of Medium Red Violet #C62A7F

Color information

#C62A7F (or 0xC62A7F) is unknown color: approx Medium Red Violet. HEX triplet: C6, 2A and 7F. RGB value is (198,42,127). Sum of RGB (Red+Green+Blue) = 198+42+127=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A7F is #39D580. Grayscale: #626262. Windows color (decimal): -3790209 or 8334022. OLE color: 8334022.

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

Color convert

RGB19842127-
CMYK00.790.360.22
HSL327.31º65%47.06%-
HSV(B)327.31º78.79%77.65%-
XYZ27.9515.1921.54-
YUV98.33144.18199.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 42 (16.80% from 255) = 11.44%
BLUE value IS 127 (50% from 255) = 34.60%
R=53.95%
G=11.44%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984212700.790.360.22327.316547.06
HexC62A7F04F2416147412f
Octal306521770117442650710157
Binary11000110101010111111101001111100100101101010001111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c62a7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c62a7f; }

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

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

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

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

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

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

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

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