#C1339F

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

Shades of Medium Red Violet #C1339F

Tints of Medium Red Violet #C1339F

Color information

#C1339F (or 0xC1339F) is unknown color: approx Medium Red Violet. HEX triplet: C1, 33 and 9F. RGB value is (193,51,159). Sum of RGB (Red+Green+Blue) = 193+51+159=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1339F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1339F is #3ECC60. Grayscale: #696969. Windows color (decimal): -4115553 or 10433473. OLE color: 10433473.

HSL color Cylindrical-coordinate representation of color #C1339F: hue angle of 314.37º degrees, saturation: 0.58, 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 #C1339F is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19351159-
CMYK00.740.180.24
HSL314.37º58.2%47.84%-
HSV(B)314.37º73.58%75.69%-
XYZ29.4316.2134.38-
YUV105.77158.04190.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=47.89%
G=12.66%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935115900.740.180.24314.3758.247.84
HexC1339F04A121813a3a30
Octal30163237011222304727260
Binary1100000111001110011111010010101001011000100111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1339F; }

 p { color: rgb(193,51,159); }

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

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

 a { background-color: rgb(193,51,159); }

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

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

 span { border-color: rgb(193,51,159); }

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