#C13378

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

Shades of Medium Red Violet #C13378

Tints of Medium Red Violet #C13378

Color information

#C13378 (or 0xC13378) is unknown color: approx Medium Red Violet. HEX triplet: C1, 33 and 78. RGB value is (193,51,120). Sum of RGB (Red+Green+Blue) = 193+51+120=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C13378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13378 is #3ECC87. Grayscale: #656565. Windows color (decimal): -4115592 or 7877569. OLE color: 7877569.

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

Color convert

RGB19351120-
CMYK00.740.380.24
HSL330.85º58.2%47.84%-
HSV(B)330.85º73.58%75.69%-
XYZ26.5715.0619.28-
YUV101.32138.54193.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=53.02%
G=14.01%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935112000.740.380.24330.8558.247.84
HexC1337804A261814b3a30
Octal30163170011246305137260
Binary1100000111001111110000100101010011011000101001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13378; }

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

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

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

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

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

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

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

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