#C03184

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

Shades of Medium Red Violet #C03184

Tints of Medium Red Violet #C03184

Color information

#C03184 (or 0xC03184) is unknown color: approx Medium Red Violet. HEX triplet: C0, 31 and 84. RGB value is (192,49,132). Sum of RGB (Red+Green+Blue) = 192+49+132=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C03184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03184 is #3FCE7B. Grayscale: #656565. Windows color (decimal): -4181628 or 8663488. OLE color: 8663488.

HSL color Cylindrical-coordinate representation of color #C03184: hue angle of 325.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03184 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19249132-
CMYK00.740.310.25
HSL325.17º59.34%47.25%-
HSV(B)325.17º74.48%75.29%-
XYZ2715.0723.32-
YUV101.22145.38192.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.47%
GREEN value IS 49 (19.53% from 255) = 13.14%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=51.47%
G=13.14%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924913200.740.310.25325.1759.3447.25
HexC0318404A1F191453b2f
Octal30061204011237315057357
Binary1100000011000110000100010010101111111001101000101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03184; }

 p { color: rgb(192,49,132); }

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

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

 a { background-color: rgb(192,49,132); }

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

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

 span { border-color: rgb(192,49,132); }

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