#C32C74

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

Shades of Medium Red Violet #C32C74

Tints of Medium Red Violet #C32C74

Color information

#C32C74 (or 0xC32C74) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2C and 74. RGB value is (195,44,116). Sum of RGB (Red+Green+Blue) = 195+44+116=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C74 is #3CD38B. Grayscale: #616161. Windows color (decimal): -3986316 or 7613635. OLE color: 7613635.

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

Color convert

RGB19544116-
CMYK00.770.410.24
HSL331.39º63.18%46.86%-
HSV(B)331.39º77.44%76.47%-
XYZ26.5614.6617.95-
YUV97.36138.53197.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.93%
GREEN value IS 44 (17.58% from 255) = 12.39%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=54.93%
G=12.39%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954411600.770.410.24331.3963.1846.86
HexC32C7404D291814b3f2f
Octal30354164011551305137757
Binary1100001110110011101000100110110100111000101001011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C74; }

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

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

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

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

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

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

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

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