#C0167D

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

Shades of Medium Violet Red #C0167D

Tints of Medium Violet Red #C0167D

Color information

#C0167D (or 0xC0167D) is unknown color: approx Medium Violet Red. HEX triplet: C0, 16 and 7D. RGB value is (192,22,125). Sum of RGB (Red+Green+Blue) = 192+22+125=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0167D is #3FE982. Grayscale: #545454. Windows color (decimal): -4188547 or 8197824. OLE color: 8197824.

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

Color convert

RGB19222125-
CMYK00.890.350.25
HSL323.65º79.44%41.96%-
HSV(B)323.65º88.54%75.29%-
XYZ25.7313.2620.61-
YUV84.57150.82204.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.64%
GREEN value IS 22 (8.98% from 255) = 6.49%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=56.64%
G=6.49%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922212500.890.350.25323.6579.4441.96
HexC0167D05923191444f2a
Octal300261750131433150411752
Binary1100000010110111110101011001100011110011010001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0167D; }

 p { color: rgb(192,22,125); }

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

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

 a { background-color: rgb(192,22,125); }

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

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

 span { border-color: rgb(192,22,125); }

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