Shades of Medium Violet Red #CB1FA8
Tints of Medium Violet Red #CB1FA8
RGB
CMYK
RGB Variations
Color information
#CB1FA8 (or 0xCB1FA8) is known color: Medium Violet Red. HEX triplet: CB, 1F and A8. RGB value is (203,31,168). Sum of RGB (Red+Green+Blue) = 203+31+168=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1FA8 is #34E057. Grayscale: #616161. Windows color (decimal): -3465304 or 11018187. OLE color: 11018187.
HSL color Cylindrical-coordinate representation of color #CB1FA8: hue angle of 312.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB1FA8 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 31 | 168 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.20 |
| HSL | 312.21º | 0.74% | 0.46% | - |
| HSV(B) | 312.21º | 0.85% | 0.8% | - |
| XYZ | 32.19 | 16.5 | 38.53 | - |
| YUV | 98.05 | 167.48 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 31 | 168 | 0 | 0.85 | 0.17 | 0.20 | 312.21 | 0.74 | 0.46 |
| Hex | CB | 1F | A8 | 0 | 55 | 11 | 14 | 138 | 4A | 2E |
| Octal | 313 | 37 | 250 | 0 | 125 | 21 | 24 | 470 | 112 | 56 |
| Binary | 11001011 | 11111 | 10101000 | 0 | 1010101 | 10001 | 10100 | 100111000 | 1001010 | 101110 |
Color Harmonies of #CB1FA8
Complementary color
Monochromatic Colors of #CB1FA8
Black with #CB1FA8
Text Example
Text Example
White with #CB1FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1FA8; }
p { color: rgb(203,31,168); }
H1.HeaderClassName
{
color: #CB1FA8;
}
.AnyTagClassName
{
color: #CB1FA8;
}
</style>
background-color css
<style>
a { background-color: #CB1FA8; }
a { background-color: rgb(203,31,168); }
div.DivClassName
{
background-color: #CB1FA8;
}
.BgClassName
{
background-color: #CB1FA8;
}
</style>
border-color css
<style>
span { border-color: #CB1FA8; }
span { border-color: rgb(203,31,168); }
td.TdClassName
{
border-color: #CB1FA8;
}
.TagClassName
{
border-color: #CB1FA8;
}
</style>