#C6207C

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

Shades of Medium Violet Red #C6207C

Tints of Medium Violet Red #C6207C

Color information

#C6207C (or 0xC6207C) is unknown color: approx Medium Violet Red. HEX triplet: C6, 20 and 7C. RGB value is (198,32,124). Sum of RGB (Red+Green+Blue) = 198+32+124=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207C is #39DF83. Grayscale: #5B5B5B. Windows color (decimal): -3792772 or 8134854. OLE color: 8134854.

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

Color convert

RGB19832124-
CMYK00.840.370.22
HSL326.75º72.17%45.1%-
HSV(B)326.75º83.84%77.65%-
XYZ27.4414.4920.42-
YUV92.12146203.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.93%
GREEN value IS 32 (12.89% from 255) = 9.04%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=55.93%
G=9.04%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983212400.840.370.22326.7572.1745.1
HexC6207C0542516147482d
Octal306401740124452650711055
Binary11000110100000111110001010100100101101101010001111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6207C; }

 p { color: rgb(198,32,124); }

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

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

 a { background-color: rgb(198,32,124); }

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

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

 span { border-color: rgb(198,32,124); }

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