#C03494

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

Shades of Medium Red Violet #C03494

Tints of Medium Red Violet #C03494

Color information

#C03494 (or 0xC03494) is unknown color: approx Medium Red Violet. HEX triplet: C0, 34 and 94. RGB value is (192,52,148). Sum of RGB (Red+Green+Blue) = 192+52+148=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03494 is #3FCB6B. Grayscale: #686868. Windows color (decimal): -4180844 or 9712832. OLE color: 9712832.

HSL color Cylindrical-coordinate representation of color #C03494: hue angle of 318.86º 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 #C03494 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB19252148-
CMYK00.730.230.25
HSL318.86º57.38%47.84%-
HSV(B)318.86º72.92%75.29%-
XYZ28.3115.829.57-
YUV104.8152.38190.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.98%
GREEN value IS 52 (20.70% from 255) = 13.27%
BLUE value IS 148 (58.20% from 255) = 37.76%
R=48.98%
G=13.27%
B=37.76%

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
Decimal1925214800.730.230.25318.8657.3847.84
HexC03494049171913f3930
Octal30064224011127314777160
Binary1100000011010010010100010010011011111001100111111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03494; }

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

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

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

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

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

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

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

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