#C1329C

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

Shades of Medium Red Violet #C1329C

Tints of Medium Red Violet #C1329C

Color information

#C1329C (or 0xC1329C) is unknown color: approx Medium Red Violet. HEX triplet: C1, 32 and 9C. RGB value is (193,50,156). Sum of RGB (Red+Green+Blue) = 193+50+156=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1329C is #3ECD63. Grayscale: #686868. Windows color (decimal): -4115812 or 10236609. OLE color: 10236609.

HSL color Cylindrical-coordinate representation of color #C1329C: hue angle of 315.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C1329C is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB19350156-
CMYK00.740.190.24
HSL315.52º58.85%47.65%-
HSV(B)315.52º74.09%75.69%-
XYZ29.1316.0233.01-
YUV104.84156.88190.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 50 (19.92% from 255) = 12.53%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=48.37%
G=12.53%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935015600.740.190.24315.5258.8547.65
HexC1329C04A131813c3b30
Octal30162234011223304747360
Binary1100000111001010011100010010101001111000100111100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1329C; }

 p { color: rgb(193,50,156); }

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

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

 a { background-color: rgb(193,50,156); }

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

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

 span { border-color: rgb(193,50,156); }

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