#C7247D

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

Shades of Medium Violet Red #C7247D

Tints of Medium Violet Red #C7247D

Color information

#C7247D (or 0xC7247D) is unknown color: approx Medium Violet Red. HEX triplet: C7, 24 and 7D. RGB value is (199,36,125). Sum of RGB (Red+Green+Blue) = 199+36+125=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C7247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7247D is #38DB82. Grayscale: #5E5E5E. Windows color (decimal): -3726211 or 8201415. OLE color: 8201415.

HSL color Cylindrical-coordinate representation of color #C7247D: hue angle of 327.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7247D is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB19936125-
CMYK00.820.370.22
HSL327.24º69.36%46.08%-
HSV(B)327.24º81.91%78.04%-
XYZ27.8914.8820.81-
YUV94.88145202.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.28%
GREEN value IS 36 (14.45% from 255) = 10%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=55.28%
G=10%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993612500.820.370.22327.2469.3646.08
HexC7247D0522516147452e
Octal307441750122452650710556
Binary11000111100100111110101010010100101101101010001111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7247D; }

 p { color: rgb(199,36,125); }

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

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

 a { background-color: rgb(199,36,125); }

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

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

 span { border-color: rgb(199,36,125); }

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