Shades of Medium Red Violet #C6309B
Tints of Medium Red Violet #C6309B
RGB
CMYK
RGB Variations
Color information
#C6309B (or 0xC6309B) is known color: Medium Red Violet. HEX triplet: C6, 30 and 9B. RGB value is (198,48,155). Sum of RGB (Red+Green+Blue) = 198+48+155=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6309B is #39CF64. Grayscale: #686868. Windows color (decimal): -3788645 or 10170566. OLE color: 10170566.
HSL color Cylindrical-coordinate representation of color #C6309B: hue angle of 317.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6309B is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 155 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.22 |
| HSL | 317.2º | 0.61% | 0.48% | - |
| HSV(B) | 317.2º | 0.76% | 0.78% | - |
| XYZ | 30.26 | 16.49 | 32.6 | - |
| YUV | 105.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 155 | 0 | 0.76 | 0.22 | 0.22 | 317.2 | 0.61 | 0.48 |
| Hex | C6 | 30 | 9B | 0 | 4C | 16 | 16 | 13D | 3D | 30 |
| Octal | 306 | 60 | 233 | 0 | 114 | 26 | 26 | 475 | 75 | 60 |
| Binary | 11000110 | 110000 | 10011011 | 0 | 1001100 | 10110 | 10110 | 100111101 | 111101 | 110000 |
Color Harmonies of #C6309B
Complementary color
Monochromatic Colors of #C6309B
Black with #C6309B
Text Example
Text Example
White with #C6309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6309B; }
p { color: rgb(198,48,155); }
H1.HeaderClassName
{
color: #C6309B;
}
.AnyTagClassName
{
color: #C6309B;
}
</style>
background-color css
<style>
a { background-color: #C6309B; }
a { background-color: rgb(198,48,155); }
div.DivClassName
{
background-color: #C6309B;
}
.BgClassName
{
background-color: #C6309B;
}
</style>
border-color css
<style>
span { border-color: #C6309B; }
span { border-color: rgb(198,48,155); }
td.TdClassName
{
border-color: #C6309B;
}
.TagClassName
{
border-color: #C6309B;
}
</style>