#C01486

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

Shades of Medium Violet Red #C01486

Tints of Medium Violet Red #C01486

Color information

#C01486 (or 0xC01486) is unknown color: approx Medium Violet Red. HEX triplet: C0, 14 and 86. RGB value is (192,20,134). Sum of RGB (Red+Green+Blue) = 192+20+134=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01486 is #3FEB79. Grayscale: #545454. Windows color (decimal): -4189050 or 8787136. OLE color: 8787136.

HSL color Cylindrical-coordinate representation of color #C01486: hue angle of 320.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01486 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB19220134-
CMYK00.900.300.25
HSL320.23º81.13%41.57%-
HSV(B)320.23º89.58%75.29%-
XYZ26.2913.4323.76-
YUV84.42155.98204.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 134 (52.73% from 255) = 38.73%
R=55.49%
G=5.78%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922013400.900.300.25320.2381.1341.57
HexC0148605A1E19140512a
Octal300242060132363150012152
Binary1100000010100100001100101101011110110011010000001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01486; }

 p { color: rgb(192,20,134); }

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

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

 a { background-color: rgb(192,20,134); }

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

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

 span { border-color: rgb(192,20,134); }

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