#C6218C

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

Shades of Medium Violet Red #C6218C

Tints of Medium Violet Red #C6218C

Color information

#C6218C (or 0xC6218C) is unknown color: approx Medium Violet Red. HEX triplet: C6, 21 and 8C. RGB value is (198,33,140). Sum of RGB (Red+Green+Blue) = 198+33+140=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6218C is #39DE73. Grayscale: #5E5E5E. Windows color (decimal): -3792500 or 9183686. OLE color: 9183686.

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

Color convert

RGB19833140-
CMYK00.830.290.22
HSL321.09º71.43%45.29%-
HSV(B)321.09º83.33%77.65%-
XYZ28.5714.9926.2-
YUV94.53153.66201.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 33 (13.28% from 255) = 8.89%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=53.37%
G=8.89%
B=37.74%

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
Decimal1983314000.830.290.22321.0971.4345.29
HexC6218C0531D16141472d
Octal306412140123352650110755
Binary11000110100001100011000101001111101101101010000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6218C; }

 p { color: rgb(198,33,140); }

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

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

 a { background-color: rgb(198,33,140); }

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

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

 span { border-color: rgb(198,33,140); }

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