#C62A7C

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

Shades of Medium Red Violet #C62A7C

Tints of Medium Red Violet #C62A7C

Color information

#C62A7C (or 0xC62A7C) is unknown color: approx Medium Red Violet. HEX triplet: C6, 2A and 7C. RGB value is (198,42,124). Sum of RGB (Red+Green+Blue) = 198+42+124=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A7C is #39D583. Grayscale: #616161. Windows color (decimal): -3790212 or 8137414. OLE color: 8137414.

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

Color convert

RGB19842124-
CMYK00.790.370.22
HSL328.46º65%47.06%-
HSV(B)328.46º78.79%77.65%-
XYZ27.7515.1220.52-
YUV97.99142.68199.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 42 (16.80% from 255) = 11.54%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=54.40%
G=11.54%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984212400.790.370.22328.466547.06
HexC62A7C04F2516148412f
Octal306521740117452651010157
Binary11000110101010111110001001111100101101101010010001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62A7C; }

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

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

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

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

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

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

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

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