#C7088B

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

Shades of Medium Violet Red #C7088B

Tints of Medium Violet Red #C7088B

Color information

#C7088B (or 0xC7088B) is unknown color: approx Medium Violet Red. HEX triplet: C7, 08 and 8B. RGB value is (199,8,139). Sum of RGB (Red+Green+Blue) = 199+8+139=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088B is #38F774. Grayscale: #4F4F4F. Windows color (decimal): -3733365 or 9111751. OLE color: 9111751.

HSL color Cylindrical-coordinate representation of color #C7088B: hue angle of 318.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C7088B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB1998139-
CMYK00.960.300.22
HSL318.85º92.27%40.59%-
HSV(B)318.85º95.98%78.04%-
XYZ28.314.1825.67-
YUV80.04161.28212.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.51%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=57.51%
G=2.31%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199813900.960.300.22318.8592.2740.59
HexC788B0601E1613f5c29
Octal307102130140362647713451
Binary110001111000100010110110000011110101101001111111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7088B; }

 p { color: rgb(199,8,139); }

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

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

 a { background-color: rgb(199,8,139); }

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

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

 span { border-color: rgb(199,8,139); }

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