Shades of Medium Violet Red #CB016D
Tints of Medium Violet Red #CB016D
RGB
CMYK
RGB Variations
Color information
#CB016D (or 0xCB016D) is known color: Medium Violet Red. HEX triplet: CB, 01 and 6D. RGB value is (203,1,109). Sum of RGB (Red+Green+Blue) = 203+1+109=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB016D is #34FE92. Grayscale: #494949. Windows color (decimal): -3473043 or 7143883. OLE color: 7143883.
HSL color Cylindrical-coordinate representation of color #CB016D: hue angle of 327.92º 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 #CB016D is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.20 |
| HSL | 327.92º | 0.99% | 0.4% | - |
| HSV(B) | 327.92º | 1% | 0.8% | - |
| XYZ | 27.4 | 13.82 | 15.69 | - |
| YUV | 73.71 | 147.92 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 1 | 109 | 0 | 1.00 | 0.46 | 0.20 | 327.92 | 0.99 | 0.4 |
| Hex | CB | 1 | 6D | 0 | 64 | 2E | 14 | 148 | 63 | 28 |
| Octal | 313 | 1 | 155 | 0 | 144 | 56 | 24 | 510 | 143 | 50 |
| Binary | 11001011 | 1 | 1101101 | 0 | 1100100 | 101110 | 10100 | 101001000 | 1100011 | 101000 |
Color Harmonies of #CB016D
Complementary color
Monochromatic Colors of #CB016D
Black with #CB016D
Text Example
Text Example
White with #CB016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB016D; }
p { color: rgb(203,1,109); }
H1.HeaderClassName
{
color: #CB016D;
}
.AnyTagClassName
{
color: #CB016D;
}
</style>
background-color css
<style>
a { background-color: #CB016D; }
a { background-color: rgb(203,1,109); }
div.DivClassName
{
background-color: #CB016D;
}
.BgClassName
{
background-color: #CB016D;
}
</style>
border-color css
<style>
span { border-color: #CB016D; }
span { border-color: rgb(203,1,109); }
td.TdClassName
{
border-color: #CB016D;
}
.TagClassName
{
border-color: #CB016D;
}
</style>