#C13098

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

Shades of Medium Red Violet #C13098

Tints of Medium Red Violet #C13098

Color information

#C13098 (or 0xC13098) is unknown color: approx Medium Red Violet. HEX triplet: C1, 30 and 98. RGB value is (193,48,152). Sum of RGB (Red+Green+Blue) = 193+48+152=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C13098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13098 is #3ECF67. Grayscale: #666666. Windows color (decimal): -4116328 or 9973953. OLE color: 9973953.

HSL color Cylindrical-coordinate representation of color #C13098: hue angle of 316.97º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13098 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB19348152-
CMYK00.750.210.24
HSL316.97º60.17%47.25%-
HSV(B)316.97º75.13%75.69%-
XYZ28.7215.7231.23-
YUV103.21155.54192.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=49.11%
G=12.21%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934815200.750.210.24316.9760.1747.25
HexC1309804B151813d3c2f
Octal30160230011325304757457
Binary1100000111000010011000010010111010111000100111101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13098; }

 p { color: rgb(193,48,152); }

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

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

 a { background-color: rgb(193,48,152); }

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

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

 span { border-color: rgb(193,48,152); }

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