#C32C7E

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

Shades of Medium Red Violet #C32C7E

Tints of Medium Red Violet #C32C7E

Color information

#C32C7E (or 0xC32C7E) is unknown color: approx Medium Red Violet. HEX triplet: C3, 2C and 7E. RGB value is (195,44,126). Sum of RGB (Red+Green+Blue) = 195+44+126=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32C7E is #3CD381. Grayscale: #626262. Windows color (decimal): -3986306 or 8268995. OLE color: 8268995.

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

Color convert

RGB19544126-
CMYK00.770.350.24
HSL327.42º63.18%46.86%-
HSV(B)327.42º77.44%76.47%-
XYZ27.1714.9121.18-
YUV98.5143.53196.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=53.42%
G=12.05%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954412600.770.350.24327.4263.1846.86
HexC32C7E04D23181473f2f
Octal30354176011543305077757
Binary1100001110110011111100100110110001111000101000111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C32C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C32C7E; }

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

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

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

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

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

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

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

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