#C32B92

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

Shades of Medium Red Violet #C32B92

Tints of Medium Red Violet #C32B92

Color information

#C32B92 (or 0xC32B92) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2B and 92. RGB value is (195,43,146). Sum of RGB (Red+Green+Blue) = 195+43+146=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32B92 is #3CD46D. Grayscale: #636363. Windows color (decimal): -3986542 or 9579459. OLE color: 9579459.

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

Color convert

RGB19543146-
CMYK00.780.250.24
HSL319.34º63.87%46.67%-
HSV(B)319.34º77.95%76.47%-
XYZ28.5615.4128.66-
YUV100.19153.86195.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 43 (17.19% from 255) = 11.20%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=50.78%
G=11.20%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954314600.780.250.24319.3463.8746.67
HexC32B9204E191813f402f
Octal303532220116313047710057
Binary11000011101011100100100100111011001110001001111111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32B92; }

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

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

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

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

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

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

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

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