#C0176A

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

Shades of Medium Violet Red #C0176A

Tints of Medium Violet Red #C0176A

Color information

#C0176A (or 0xC0176A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 17 and 6A. RGB value is (192,23,106). Sum of RGB (Red+Green+Blue) = 192+23+106=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0176A is #3FE895. Grayscale: #525252. Windows color (decimal): -4188310 or 6952896. OLE color: 6952896.

HSL color Cylindrical-coordinate representation of color #C0176A: hue angle of 330.53º degrees, saturation: 0.79, 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 #C0176A is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB19223106-
CMYK00.880.450.25
HSL330.53º78.6%42.16%-
HSV(B)330.53º88.02%75.29%-
XYZ24.6512.8614.82-
YUV82.99140.99205.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.81%
GREEN value IS 23 (9.38% from 255) = 7.17%
BLUE value IS 106 (41.80% from 255) = 33.02%
R=59.81%
G=7.17%
B=33.02%

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
Decimal1922310600.880.450.25330.5378.642.16
HexC0176A0582D1914b4f2a
Octal300271520130553151311752
Binary1100000010111110101001011000101101110011010010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0176A; }

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

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

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

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

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

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

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

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