#C32090

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

Shades of Medium Violet Red #C32090

Tints of Medium Violet Red #C32090

Color information

#C32090 (or 0xC32090) is unknown color: approx Medium Violet Red. HEX triplet: C3, 20 and 90. RGB value is (195,32,144). Sum of RGB (Red+Green+Blue) = 195+32+144=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C32090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C32090 is #3CDF6F. Grayscale: #5D5D5D. Windows color (decimal): -3989360 or 9445571. OLE color: 9445571.

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

Color convert

RGB19532144-
CMYK00.840.260.24
HSL318.77º71.81%44.51%-
HSV(B)318.77º83.59%76.47%-
XYZ28.0614.6527.73-
YUV93.5156.5200.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 32 (12.89% from 255) = 8.63%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=52.56%
G=8.63%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953214400.840.260.24318.7771.8144.51
HexC320900541A1813f482d
Octal303402200124323047711055
Binary11000011100000100100000101010011010110001001111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32090; }

 p { color: rgb(195,32,144); }

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

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

 a { background-color: rgb(195,32,144); }

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

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

 span { border-color: rgb(195,32,144); }

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