#C32974

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

Shades of Medium Red Violet #C32974

Tints of Medium Red Violet #C32974

Color information

#C32974 (or 0xC32974) is unknown color: approx Medium Red Violet. HEX triplet: C3, 29 and 74. RGB value is (195,41,116). Sum of RGB (Red+Green+Blue) = 195+41+116=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C32974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32974 is #3CD68B. Grayscale: #5F5F5F. Windows color (decimal): -3987084 or 7612867. OLE color: 7612867.

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

Color convert

RGB19541116-
CMYK00.790.410.24
HSL330.78º65.25%46.27%-
HSV(B)330.78º78.97%76.47%-
XYZ26.4514.4517.92-
YUV95.6139.52198.9-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.40%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 116 (45.70% from 255) = 32.95%
R=55.40%
G=11.65%
B=32.95%

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
Decimal1954111600.790.410.24330.7865.2546.27
HexC3297404F291814b412e
Octal303511640117513051310156
Binary11000011101001111010001001111101001110001010010111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32974; }

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

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

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

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

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

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

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

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