#C03484

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

Shades of Medium Red Violet #C03484

Tints of Medium Red Violet #C03484

Color information

#C03484 (or 0xC03484) is unknown color: approx Medium Red Violet. HEX triplet: C0, 34 and 84. RGB value is (192,52,132). Sum of RGB (Red+Green+Blue) = 192+52+132=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C03484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03484 is #3FCB7B. Grayscale: #666666. Windows color (decimal): -4180860 or 8664256. OLE color: 8664256.

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

Color convert

RGB19252132-
CMYK00.730.310.25
HSL325.71º57.38%47.84%-
HSV(B)325.71º72.92%75.29%-
XYZ27.1315.3323.36-
YUV102.98144.38191.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.06%
GREEN value IS 52 (20.70% from 255) = 13.83%
BLUE value IS 132 (51.95% from 255) = 35.11%
R=51.06%
G=13.83%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925213200.730.310.25325.7157.3847.84
HexC034840491F191463930
Octal30064204011137315067160
Binary1100000011010010000100010010011111111001101000110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03484; }

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

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

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

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

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

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

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

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