#C7228E

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

Shades of Medium Violet Red #C7228E

Tints of Medium Violet Red #C7228E

Color information

#C7228E (or 0xC7228E) is unknown color: approx Medium Violet Red. HEX triplet: C7, 22 and 8E. RGB value is (199,34,142). Sum of RGB (Red+Green+Blue) = 199+34+142=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C7228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7228E is #38DD71. Grayscale: #5F5F5F. Windows color (decimal): -3726706 or 9315015. OLE color: 9315015.

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

Color convert

RGB19934142-
CMYK00.830.290.22
HSL320.73º70.82%45.69%-
HSV(B)320.73º82.91%78.04%-
XYZ29.0115.2427-
YUV95.65154.16201.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.07%
GREEN value IS 34 (13.67% from 255) = 9.07%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=53.07%
G=9.07%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993414200.830.290.22320.7370.8245.69
HexC7228E0531D16141472e
Octal307422160123352650110756
Binary11000111100010100011100101001111101101101010000011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7228E; }

 p { color: rgb(199,34,142); }

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

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

 a { background-color: rgb(199,34,142); }

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

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

 span { border-color: rgb(199,34,142); }

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