#c7206b

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

Shades of Medium Violet Red #C7206B

Tints of Medium Violet Red #C7206B

Color information

#C7206B (or 0xC7206B) is unknown color: approx Medium Violet Red. HEX triplet: C7, 20 and 6B. RGB value is (199,32,107). Sum of RGB (Red+Green+Blue) = 199+32+107=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7206B is #38DF94. Grayscale: #5A5A5A. Windows color (decimal): -3727253 or 7020743. OLE color: 7020743.

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

Color convert

RGB19932107-
CMYK00.840.460.22
HSL333.05º72.29%45.29%-
HSV(B)333.05º83.92%78.04%-
XYZ26.7214.2415.25-
YUV90.48137.33205.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 58.88%
GREEN value IS 32 (12.89% from 255) = 9.47%
BLUE value IS 107 (42.19% from 255) = 31.66%
R=58.88%
G=9.47%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993210700.840.460.22333.0572.2945.29
HexC7206B0542E1614d482d
Octal307401530124562651511055
Binary11000111100000110101101010100101110101101010011011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7206b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7206b; }

 p { color: rgb(199,32,107); }

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

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

 a { background-color: rgb(199,32,107); }

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

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

 span { border-color: rgb(199,32,107); }

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