#c0186a

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

Shades of Medium Violet Red #C0186A

Tints of Medium Violet Red #C0186A

Color information

#C0186A (or 0xC0186A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 18 and 6A. RGB value is (192,24,106). Sum of RGB (Red+Green+Blue) = 192+24+106=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C0186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0186A is #3FE795. Grayscale: #535353. Windows color (decimal): -4188054 or 6953152. OLE color: 6953152.

HSL color Cylindrical-coordinate representation of color #C0186A: hue angle of 330.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0186A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19224106-
CMYK00.880.450.25
HSL330.71º77.78%42.35%-
HSV(B)330.71º87.5%75.29%-
XYZ24.6712.914.83-
YUV83.58140.66205.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.63%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=59.63%
G=7.45%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922410600.880.450.25330.7177.7842.35
HexC0186A0582D1914b4e2a
Octal300301520130553151311652
Binary1100000011000110101001011000101101110011010010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0186a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0186a; }

 p { color: rgb(192,24,106); }

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

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

 a { background-color: rgb(192,24,106); }

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

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

 span { border-color: rgb(192,24,106); }

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