#c52782

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

Shades of Medium Red Violet #C52782

Tints of Medium Red Violet #C52782

Color information

#C52782 (or 0xC52782) is unknown color: approx Medium Red Violet. HEX triplet: C5, 27 and 82. RGB value is (197,39,130). Sum of RGB (Red+Green+Blue) = 197+39+130=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C52782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52782 is #3AD87D. Grayscale: #606060. Windows color (decimal): -3856510 or 8529861. OLE color: 8529861.

HSL color Cylindrical-coordinate representation of color #C52782: hue angle of 325.44º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C52782 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19739130-
CMYK00.800.340.23
HSL325.44º66.95%46.27%-
HSV(B)325.44º80.2%77.25%-
XYZ27.7814.9322.54-
YUV96.62146.85199.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.83%
GREEN value IS 39 (15.62% from 255) = 10.66%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=53.83%
G=10.66%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973913000.800.340.23325.4466.9546.27
HexC527820502217145432e
Octal305472020120422750510356
Binary110001011001111000001001010000100010101111010001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c52782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c52782; }

 p { color: rgb(197,39,130); }

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

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

 a { background-color: rgb(197,39,130); }

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

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

 span { border-color: rgb(197,39,130); }

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