#C7088C

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

Shades of Medium Violet Red #C7088C

Tints of Medium Violet Red #C7088C

Color information

#C7088C (or 0xC7088C) is unknown color: approx Medium Violet Red. HEX triplet: C7, 08 and 8C. RGB value is (199,8,140). Sum of RGB (Red+Green+Blue) = 199+8+140=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C7088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7088C is #38F773. Grayscale: #4F4F4F. Windows color (decimal): -3733364 or 9177287. OLE color: 9177287.

HSL color Cylindrical-coordinate representation of color #C7088C: hue angle of 318.53º 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 #C7088C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB1998140-
CMYK00.960.300.22
HSL318.53º92.27%40.59%-
HSV(B)318.53º95.98%78.04%-
XYZ28.3714.2126.06-
YUV80.16161.78212.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.35%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=57.35%
G=2.31%
B=40.35%

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
Decimal199814000.960.300.22318.5392.2740.59
HexC788C0601E1613f5c29
Octal307102140140362647713451
Binary110001111000100011000110000011110101101001111111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7088C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7088C; }

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

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

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

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

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

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

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

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