#C13779

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

Shades of Medium Red Violet #C13779

Tints of Medium Red Violet #C13779

Color information

#C13779 (or 0xC13779) is unknown color: approx Medium Red Violet. HEX triplet: C1, 37 and 79. RGB value is (193,55,121). Sum of RGB (Red+Green+Blue) = 193+55+121=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 55 (21.88% from 255 or 14.91% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C13779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13779 is #3EC886. Grayscale: #676767. Windows color (decimal): -4114567 or 7944129. OLE color: 7944129.

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

Color convert

RGB19355121-
CMYK00.720.370.24
HSL331.3º55.65%48.63%-
HSV(B)331.3º71.5%75.69%-
XYZ26.8115.4519.66-
YUV103.79137.72191.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.30%
GREEN value IS 55 (21.88% from 255) = 14.91%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=52.30%
G=14.91%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935512100.720.370.24331.355.6548.63
HexC13779048251814b3831
Octal30167171011045305137061
Binary1100000111011111110010100100010010111000101001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13779; }

 p { color: rgb(193,55,121); }

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

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

 a { background-color: rgb(193,55,121); }

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

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

 span { border-color: rgb(193,55,121); }

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