Shades of Medium Violet Red #CB016F
Tints of Medium Violet Red #CB016F
RGB
CMYK
RGB Variations
Color information
#CB016F (or 0xCB016F) is known color: Medium Violet Red. HEX triplet: CB, 01 and 6F. RGB value is (203,1,111). Sum of RGB (Red+Green+Blue) = 203+1+111=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB016F is #34FE90. Grayscale: #494949. Windows color (decimal): -3473041 or 7274955. OLE color: 7274955.
HSL color Cylindrical-coordinate representation of color #CB016F: hue angle of 327.33º 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 #CB016F is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.20 |
| HSL | 327.33º | 0.99% | 0.4% | - |
| HSV(B) | 327.33º | 1% | 0.8% | - |
| XYZ | 27.51 | 13.87 | 16.27 | - |
| YUV | 73.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 111 | 0 | 1.00 | 0.45 | 0.20 | 327.33 | 0.99 | 0.4 |
| Hex | CB | 1 | 6F | 0 | 64 | 2D | 14 | 147 | 63 | 28 |
| Octal | 313 | 1 | 157 | 0 | 144 | 55 | 24 | 507 | 143 | 50 |
| Binary | 11001011 | 1 | 1101111 | 0 | 1100100 | 101101 | 10100 | 101000111 | 1100011 | 101000 |
Color Harmonies of #CB016F
Complementary color
Monochromatic Colors of #CB016F
Black with #CB016F
Text Example
Text Example
White with #CB016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB016F; }
p { color: rgb(203,1,111); }
H1.HeaderClassName
{
color: #CB016F;
}
.AnyTagClassName
{
color: #CB016F;
}
</style>
background-color css
<style>
a { background-color: #CB016F; }
a { background-color: rgb(203,1,111); }
div.DivClassName
{
background-color: #CB016F;
}
.BgClassName
{
background-color: #CB016F;
}
</style>
border-color css
<style>
span { border-color: #CB016F; }
span { border-color: rgb(203,1,111); }
td.TdClassName
{
border-color: #CB016F;
}
.TagClassName
{
border-color: #CB016F;
}
</style>