#C32B91

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

Shades of Medium Red Violet #C32B91

Tints of Medium Red Violet #C32B91

Color information

#C32B91 (or 0xC32B91) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2B and 91. RGB value is (195,43,145). Sum of RGB (Red+Green+Blue) = 195+43+145=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 145 (57.03% from 255 or 37.86% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B91 is #3CD46E. Grayscale: #636363. Windows color (decimal): -3986543 or 9513923. OLE color: 9513923.

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

Color convert

RGB19543145-
CMYK00.780.260.24
HSL319.74º63.87%46.67%-
HSV(B)319.74º77.95%76.47%-
XYZ28.4815.3728.25-
YUV100.08153.36195.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 145 (57.03% from 255) = 37.86%
R=50.91%
G=11.23%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954314500.780.260.24319.7463.8746.67
HexC32B9104E1A18140402f
Octal303532210116323050010057
Binary11000011101011100100010100111011010110001010000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32B91; }

 p { color: rgb(195,43,145); }

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

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

 a { background-color: rgb(195,43,145); }

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

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

 span { border-color: rgb(195,43,145); }

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