Shades of Medium Violet Red #CB019F
Tints of Medium Violet Red #CB019F
RGB
CMYK
RGB Variations
Color information
#CB019F (or 0xCB019F) is known color: Medium Violet Red. HEX triplet: CB, 01 and 9F. RGB value is (203,1,159). Sum of RGB (Red+Green+Blue) = 203+1+159=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB019F is #34FE60. Grayscale: #4E4E4E. Windows color (decimal): -3472993 or 10420683. OLE color: 10420683.
HSL color Cylindrical-coordinate representation of color #CB019F: hue angle of 313.07º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB019F is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.20 |
| HSL | 313.07º | 0.99% | 0.4% | - |
| HSV(B) | 313.07º | 1% | 0.8% | - |
| XYZ | 30.9 | 15.22 | 34.11 | - |
| YUV | 79.41 | 172.92 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 159 | 0 | 1.00 | 0.22 | 0.20 | 313.07 | 0.99 | 0.4 |
| Hex | CB | 1 | 9F | 0 | 64 | 16 | 14 | 139 | 63 | 28 |
| Octal | 313 | 1 | 237 | 0 | 144 | 26 | 24 | 471 | 143 | 50 |
| Binary | 11001011 | 1 | 10011111 | 0 | 1100100 | 10110 | 10100 | 100111001 | 1100011 | 101000 |
Color Harmonies of #CB019F
Complementary color
Monochromatic Colors of #CB019F
Black with #CB019F
Text Example
Text Example
White with #CB019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB019F; }
p { color: rgb(203,1,159); }
H1.HeaderClassName
{
color: #CB019F;
}
.AnyTagClassName
{
color: #CB019F;
}
</style>
background-color css
<style>
a { background-color: #CB019F; }
a { background-color: rgb(203,1,159); }
div.DivClassName
{
background-color: #CB019F;
}
.BgClassName
{
background-color: #CB019F;
}
</style>
border-color css
<style>
span { border-color: #CB019F; }
span { border-color: rgb(203,1,159); }
td.TdClassName
{
border-color: #CB019F;
}
.TagClassName
{
border-color: #CB019F;
}
</style>