#C03393

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

Shades of Medium Red Violet #C03393

Tints of Medium Red Violet #C03393

Color information

#C03393 (or 0xC03393) is unknown color: approx Medium Red Violet. HEX triplet: C0, 33 and 93. RGB value is (192,51,147). Sum of RGB (Red+Green+Blue) = 192+51+147=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C03393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03393 is #3FCC6C. Grayscale: #676767. Windows color (decimal): -4181101 or 9647040. OLE color: 9647040.

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

Color convert

RGB19251147-
CMYK00.730.230.25
HSL319.15º58.02%47.65%-
HSV(B)319.15º73.44%75.29%-
XYZ28.1915.6829.14-
YUV104.1152.21190.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.23%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=49.23%
G=13.08%
B=37.69%

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
Decimal1925114700.730.230.25319.1558.0247.65
HexC03393049171913f3a30
Octal30063223011127314777260
Binary1100000011001110010011010010011011111001100111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03393; }

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

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

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

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

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

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

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

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