#C13B9D

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

Shades of Medium Red Violet #C13B9D

Tints of Medium Red Violet #C13B9D

Color information

#C13B9D (or 0xC13B9D) is unknown color: approx Medium Red Violet. HEX triplet: C1, 3B and 9D. RGB value is (193,59,157). Sum of RGB (Red+Green+Blue) = 193+59+157=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13B9D is #3EC462. Grayscale: #6D6D6D. Windows color (decimal): -4113507 or 10304449. OLE color: 10304449.

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

Color convert

RGB19359157-
CMYK00.690.190.24
HSL316.12º53.17%49.41%-
HSV(B)316.12º69.43%75.69%-
XYZ29.6416.933.6-
YUV110.24154.39187.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 59 (23.44% from 255) = 14.43%
BLUE value IS 157 (61.72% from 255) = 38.39%
R=47.19%
G=14.43%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935915700.690.190.24316.1253.1749.41
HexC13B9D045131813c3531
Octal30173235010523304746561
Binary1100000111101110011101010001011001111000100111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13B9D; }

 p { color: rgb(193,59,157); }

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

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

 a { background-color: rgb(193,59,157); }

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

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

 span { border-color: rgb(193,59,157); }

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