#C32C71

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

Shades of Medium Red Violet #C32C71

Tints of Medium Red Violet #C32C71

Color information

#C32C71 (or 0xC32C71) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2C and 71. RGB value is (195,44,113). Sum of RGB (Red+Green+Blue) = 195+44+113=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C71 is #3CD38E. Grayscale: #606060. Windows color (decimal): -3986319 or 7417027. OLE color: 7417027.

HSL color Cylindrical-coordinate representation of color #C32C71: hue angle of 332.58º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32C71 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB19544113-
CMYK00.770.420.24
HSL332.58º63.18%46.86%-
HSV(B)332.58º77.44%76.47%-
XYZ26.3914.617.05-
YUV97.02137.03197.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.40%
GREEN value IS 44 (17.58% from 255) = 12.5%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=55.40%
G=12.5%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954411300.770.420.24332.5863.1846.86
HexC32C7104D2A1814d3f2f
Octal30354161011552305157757
Binary1100001110110011100010100110110101011000101001101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C71; }

 p { color: rgb(195,44,113); }

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

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

 a { background-color: rgb(195,44,113); }

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

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

 span { border-color: rgb(195,44,113); }

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