Shades of Medium Violet Red #CB106D
Tints of Medium Violet Red #CB106D
RGB
CMYK
RGB Variations
Color information
#CB106D (or 0xCB106D) is known color: Medium Violet Red. HEX triplet: CB, 10 and 6D. RGB value is (203,16,109). Sum of RGB (Red+Green+Blue) = 203+16+109=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB106D is #34EF92. Grayscale: #525252. Windows color (decimal): -3469203 or 7147723. OLE color: 7147723.
HSL color Cylindrical-coordinate representation of color #CB106D: hue angle of 330.16º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB106D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.20 |
| HSL | 330.16º | 0.85% | 0.43% | - |
| HSV(B) | 330.16º | 0.92% | 0.8% | - |
| XYZ | 27.57 | 14.17 | 15.75 | - |
| YUV | 82.52 | 142.95 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 109 | 0 | 0.92 | 0.46 | 0.20 | 330.16 | 0.85 | 0.43 |
| Hex | CB | 10 | 6D | 0 | 5C | 2E | 14 | 14A | 55 | 2B |
| Octal | 313 | 20 | 155 | 0 | 134 | 56 | 24 | 512 | 125 | 53 |
| Binary | 11001011 | 10000 | 1101101 | 0 | 1011100 | 101110 | 10100 | 101001010 | 1010101 | 101011 |
Color Harmonies of #CB106D
Complementary color
Monochromatic Colors of #CB106D
Black with #CB106D
Text Example
Text Example
White with #CB106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB106D; }
p { color: rgb(203,16,109); }
H1.HeaderClassName
{
color: #CB106D;
}
.AnyTagClassName
{
color: #CB106D;
}
</style>
background-color css
<style>
a { background-color: #CB106D; }
a { background-color: rgb(203,16,109); }
div.DivClassName
{
background-color: #CB106D;
}
.BgClassName
{
background-color: #CB106D;
}
</style>
border-color css
<style>
span { border-color: #CB106D; }
span { border-color: rgb(203,16,109); }
td.TdClassName
{
border-color: #CB106D;
}
.TagClassName
{
border-color: #CB106D;
}
</style>