#C03493

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

Shades of Medium Red Violet #C03493

Tints of Medium Red Violet #C03493

Color information

#C03493 (or 0xC03493) is unknown color: approx Medium Red Violet. HEX triplet: C0, 34 and 93. RGB value is (192,52,147). Sum of RGB (Red+Green+Blue) = 192+52+147=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03493 is #3FCB6C. Grayscale: #686868. Windows color (decimal): -4180845 or 9647296. OLE color: 9647296.

HSL color Cylindrical-coordinate representation of color #C03493: hue angle of 319.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03493 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19252147-
CMYK00.730.230.25
HSL319.29º57.38%47.84%-
HSV(B)319.29º72.92%75.29%-
XYZ28.2315.7729.16-
YUV104.69151.88190.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.10%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=49.10%
G=13.30%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925214700.730.230.25319.2957.3847.84
HexC03493049171913f3930
Octal30064223011127314777160
Binary1100000011010010010011010010011011111001100111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03493; }

 p { color: rgb(192,52,147); }

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

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

 a { background-color: rgb(192,52,147); }

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

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

 span { border-color: rgb(192,52,147); }

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