Shades of Medium Violet Red #C6268C
Tints of Medium Violet Red #C6268C
RGB
CMYK
RGB Variations
Color information
#C6268C (or 0xC6268C) is known color: Medium Violet Red. HEX triplet: C6, 26 and 8C. RGB value is (198,38,140). Sum of RGB (Red+Green+Blue) = 198+38+140=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6268C is #39D973. Grayscale: #616161. Windows color (decimal): -3791220 or 9184966. OLE color: 9184966.
HSL color Cylindrical-coordinate representation of color #C6268C: hue angle of 321.75º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C6268C is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 140 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.22 |
| HSL | 321.75º | 0.68% | 0.46% | - |
| HSV(B) | 321.75º | 0.81% | 0.78% | - |
| XYZ | 28.72 | 15.29 | 26.25 | - |
| YUV | 97.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 140 | 0 | 0.81 | 0.29 | 0.22 | 321.75 | 0.68 | 0.46 |
| Hex | C6 | 26 | 8C | 0 | 51 | 1D | 16 | 142 | 44 | 2E |
| Octal | 306 | 46 | 214 | 0 | 121 | 35 | 26 | 502 | 104 | 56 |
| Binary | 11000110 | 100110 | 10001100 | 0 | 1010001 | 11101 | 10110 | 101000010 | 1000100 | 101110 |
Color Harmonies of #C6268C
Complementary color
Monochromatic Colors of #C6268C
Black with #C6268C
Text Example
Text Example
White with #C6268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6268C; }
p { color: rgb(198,38,140); }
H1.HeaderClassName
{
color: #C6268C;
}
.AnyTagClassName
{
color: #C6268C;
}
</style>
background-color css
<style>
a { background-color: #C6268C; }
a { background-color: rgb(198,38,140); }
div.DivClassName
{
background-color: #C6268C;
}
.BgClassName
{
background-color: #C6268C;
}
</style>
border-color css
<style>
span { border-color: #C6268C; }
span { border-color: rgb(198,38,140); }
td.TdClassName
{
border-color: #C6268C;
}
.TagClassName
{
border-color: #C6268C;
}
</style>