#C6218B

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

Shades of Medium Violet Red #C6218B

Tints of Medium Violet Red #C6218B

Color information

#C6218B (or 0xC6218B) is unknown color: approx Medium Violet Red. HEX triplet: C6, 21 and 8B. RGB value is (198,33,139). Sum of RGB (Red+Green+Blue) = 198+33+139=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6218B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6218B is #39DE74. Grayscale: #5E5E5E. Windows color (decimal): -3792501 or 9118150. OLE color: 9118150.

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

Color convert

RGB19833139-
CMYK00.830.300.22
HSL321.45º71.43%45.29%-
HSV(B)321.45º83.33%77.65%-
XYZ28.4914.9625.81-
YUV94.42153.16201.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=53.51%
G=8.92%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983313900.830.300.22321.4571.4345.29
HexC6218B0531E16141472d
Octal306412130123362650110755
Binary11000110100001100010110101001111110101101010000011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6218B; }

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

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

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

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

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

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

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

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