#C6207B

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

Shades of Medium Violet Red #C6207B

Tints of Medium Violet Red #C6207B

Color information

#C6207B (or 0xC6207B) is unknown color: approx Medium Violet Red. HEX triplet: C6, 20 and 7B. RGB value is (198,32,123). Sum of RGB (Red+Green+Blue) = 198+32+123=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207B is #39DF84. Grayscale: #5B5B5B. Windows color (decimal): -3792773 or 8069318. OLE color: 8069318.

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

Color convert

RGB19832123-
CMYK00.840.380.22
HSL327.11º72.17%45.1%-
HSV(B)327.11º83.84%77.65%-
XYZ27.3814.4720.09-
YUV92.01145.5203.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 32 (12.89% from 255) = 9.07%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=56.09%
G=9.07%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983212300.840.380.22327.1172.1745.1
HexC6207B0542616147482d
Octal306401730124462650711055
Binary11000110100000111101101010100100110101101010001111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6207B; }

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

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

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

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

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

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

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

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