#C52993

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

Shades of Medium Red Violet #C52993

Tints of Medium Red Violet #C52993

Color information

#C52993 (or 0xC52993) is unknown color: approx Medium Red Violet. HEX triplet: C5, 29 and 93. RGB value is (197,41,147). Sum of RGB (Red+Green+Blue) = 197+41+147=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C52993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52993 is #3AD66C. Grayscale: #636363. Windows color (decimal): -3855981 or 9644485. OLE color: 9644485.

HSL color Cylindrical-coordinate representation of color #C52993: hue angle of 319.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52993 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB19741147-
CMYK00.790.250.23
HSL319.23º65.55%46.67%-
HSV(B)319.23º79.19%77.25%-
XYZ29.0915.5629.07-
YUV99.73154.68197.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.17%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=51.17%
G=10.65%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1974114700.790.250.23319.2365.5546.67
HexC5299304F191713f422f
Octal305512230117312747710257
Binary11000101101001100100110100111111001101111001111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C52993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C52993; }

 p { color: rgb(197,41,147); }

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

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

 a { background-color: rgb(197,41,147); }

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

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

 span { border-color: rgb(197,41,147); }

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