#C7029C

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

Shades of Medium Violet Red #C7029C

Tints of Medium Violet Red #C7029C

Color information

#C7029C (or 0xC7029C) is unknown color: approx Medium Violet Red. HEX triplet: C7, 02 and 9C. RGB value is (199,2,156). Sum of RGB (Red+Green+Blue) = 199+2+156=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C7029C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7029C is #38FD63. Grayscale: #4E4E4E. Windows color (decimal): -3734884 or 10224327. OLE color: 10224327.

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

Color convert

RGB1992156-
CMYK00.990.220.22
HSL313.1º98.01%39.41%-
HSV(B)313.1º98.99%78.04%-
XYZ29.5814.5932.71-
YUV78.46171.77213.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.74%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 156 (61.33% from 255) = 43.70%
R=55.74%
G=0.56%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199215600.990.220.22313.198.0139.41
HexC729C06316161396227
Octal30722340143262647114247
Binary1100011110100111000110001110110101101001110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7029C; }

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

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

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

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

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

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

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

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