#C8167F

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

Shades of Medium Violet Red #C8167F

Tints of Medium Violet Red #C8167F

Color information

#C8167F (or 0xC8167F) is unknown color: approx Medium Violet Red. HEX triplet: C8, 16 and 7F. RGB value is (200,22,127). Sum of RGB (Red+Green+Blue) = 200+22+127=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8167F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8167F is #37E980. Grayscale: #565656. Windows color (decimal): -3664257 or 8328904. OLE color: 8328904.

HSL color Cylindrical-coordinate representation of color #C8167F: hue angle of 324.61º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8167F is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB20022127-
CMYK00.890.360.22
HSL324.61º80.18%43.53%-
HSV(B)324.61º89%78.43%-
XYZ27.9414.3921.38-
YUV87.19150.47208.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.31%
GREEN value IS 22 (8.98% from 255) = 6.30%
BLUE value IS 127 (50% from 255) = 36.39%
R=57.31%
G=6.30%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002212700.890.360.22324.6180.1843.53
HexC8167F0592416145502c
Octal310261770131442650512054
Binary1100100010110111111101011001100100101101010001011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8167F; }

 p { color: rgb(200,22,127); }

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

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

 a { background-color: rgb(200,22,127); }

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

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

 span { border-color: rgb(200,22,127); }

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