#C13875

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

Shades of Medium Red Violet #C13875

Tints of Medium Red Violet #C13875

Color information

#C13875 (or 0xC13875) is unknown color: approx Medium Red Violet. HEX triplet: C1, 38 and 75. RGB value is (193,56,117). Sum of RGB (Red+Green+Blue) = 193+56+117=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 56 (22.27% from 255 or 15.30% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C13875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13875 is #3EC78A. Grayscale: #676767. Windows color (decimal): -4114315 or 7682241. OLE color: 7682241.

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

Color convert

RGB19356117-
CMYK00.710.390.24
HSL333.28º55.02%48.82%-
HSV(B)333.28º70.98%75.69%-
XYZ26.6215.4518.41-
YUV103.92135.39191.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 56 (22.27% from 255) = 15.30%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=52.73%
G=15.30%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935611700.710.390.24333.2855.0248.82
HexC13875047271814d3731
Octal30170165010747305156761
Binary1100000111100011101010100011110011111000101001101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13875; }

 p { color: rgb(193,56,117); }

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

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

 a { background-color: rgb(193,56,117); }

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

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

 span { border-color: rgb(193,56,117); }

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