#C72B7F

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

Shades of Medium Red Violet #C72B7F

Tints of Medium Red Violet #C72B7F

Color information

#C72B7F (or 0xC72B7F) is unknown color: approx Medium Red Violet. HEX triplet: C7, 2B and 7F. RGB value is (199,43,127). Sum of RGB (Red+Green+Blue) = 199+43+127=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72B7F is #38D480. Grayscale: #636363. Windows color (decimal): -3724417 or 8334279. OLE color: 8334279.

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

Color convert

RGB19943127-
CMYK00.780.360.22
HSL327.69º64.46%47.45%-
HSV(B)327.69º78.39%78.04%-
XYZ28.2515.421.56-
YUV99.22143.68199.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.93%
GREEN value IS 43 (17.19% from 255) = 11.65%
BLUE value IS 127 (50% from 255) = 34.42%
R=53.93%
G=11.65%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994312700.780.360.22327.6964.4647.45
HexC72B7F04E2416148402f
Octal307531770116442651010057
Binary11000111101011111111101001110100100101101010010001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72B7F; }

 p { color: rgb(199,43,127); }

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

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

 a { background-color: rgb(199,43,127); }

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

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

 span { border-color: rgb(199,43,127); }

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