#C32973

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

Shades of Medium Red Violet #C32973

Tints of Medium Red Violet #C32973

Color information

#C32973 (or 0xC32973) is unknown color: approx Medium Red Violet. HEX triplet: C3, 29 and 73. RGB value is (195,41,115). Sum of RGB (Red+Green+Blue) = 195+41+115=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C32973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32973 is #3CD68C. Grayscale: #5F5F5F. Windows color (decimal): -3987085 or 7547331. OLE color: 7547331.

HSL color Cylindrical-coordinate representation of color #C32973: hue angle of 331.17º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32973 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB19541115-
CMYK00.790.410.24
HSL331.17º65.25%46.27%-
HSV(B)331.17º78.97%76.47%-
XYZ26.3914.4317.61-
YUV95.48139.02198.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.56%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 115 (45.31% from 255) = 32.76%
R=55.56%
G=11.68%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954111500.790.410.24331.1765.2546.27
HexC3297304F291814b412e
Octal303511630117513051310156
Binary11000011101001111001101001111101001110001010010111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32973; }

 p { color: rgb(195,41,115); }

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

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

 a { background-color: rgb(195,41,115); }

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

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

 span { border-color: rgb(195,41,115); }

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