#C03392

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

Shades of Medium Red Violet #C03392

Tints of Medium Red Violet #C03392

Color information

#C03392 (or 0xC03392) is unknown color: approx Medium Red Violet. HEX triplet: C0, 33 and 92. RGB value is (192,51,146). Sum of RGB (Red+Green+Blue) = 192+51+146=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C03392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03392 is #3FCC6D. Grayscale: #676767. Windows color (decimal): -4181102 or 9581504. OLE color: 9581504.

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

Color convert

RGB19251146-
CMYK00.730.240.25
HSL319.57º58.02%47.65%-
HSV(B)319.57º73.44%75.29%-
XYZ28.1115.6528.73-
YUV103.99151.71190.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=49.36%
G=13.11%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925114600.730.240.25319.5758.0247.65
HexC0339204918191403a30
Octal30063222011130315007260
Binary1100000011001110010010010010011100011001101000000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03392; }

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

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

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

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

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

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

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

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