#C7029F

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

Shades of Medium Violet Red #C7029F

Tints of Medium Violet Red #C7029F

Color information

#C7029F (or 0xC7029F) is unknown color: approx Medium Violet Red. HEX triplet: C7, 02 and 9F. RGB value is (199,2,159). Sum of RGB (Red+Green+Blue) = 199+2+159=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7029F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7029F is #38FD60. Grayscale: #4E4E4E. Windows color (decimal): -3734881 or 10420935. OLE color: 10420935.

HSL color Cylindrical-coordinate representation of color #C7029F: hue angle of 312.18º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7029F is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB1992159-
CMYK00.990.200.22
HSL312.18º98.01%39.41%-
HSV(B)312.18º98.99%78.04%-
XYZ29.8314.6934.06-
YUV78.8173.27213.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.28%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=55.28%
G=0.56%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199215900.990.200.22312.1898.0139.41
HexC729F06314161386227
Octal30722370143242647014247
Binary1100011110100111110110001110100101101001110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7029F; }

 p { color: rgb(199,2,159); }

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

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

 a { background-color: rgb(199,2,159); }

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

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

 span { border-color: rgb(199,2,159); }

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