Shades of Medium Violet Red #CB279B
Tints of Medium Violet Red #CB279B
RGB
CMYK
RGB Variations
Color information
#CB279B (or 0xCB279B) is known color: Medium Violet Red. HEX triplet: CB, 27 and 9B. RGB value is (203,39,155). Sum of RGB (Red+Green+Blue) = 203+39+155=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB279B is #34D864. Grayscale: #646464. Windows color (decimal): -3463269 or 10168267. OLE color: 10168267.
HSL color Cylindrical-coordinate representation of color #CB279B: hue angle of 317.56º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB279B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 155 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.20 |
| HSL | 317.56º | 0.68% | 0.47% | - |
| HSV(B) | 317.56º | 0.81% | 0.8% | - |
| XYZ | 31.27 | 16.51 | 32.55 | - |
| YUV | 101.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 155 | 0 | 0.81 | 0.24 | 0.20 | 317.56 | 0.68 | 0.47 |
| Hex | CB | 27 | 9B | 0 | 51 | 18 | 14 | 13E | 44 | 2F |
| Octal | 313 | 47 | 233 | 0 | 121 | 30 | 24 | 476 | 104 | 57 |
| Binary | 11001011 | 100111 | 10011011 | 0 | 1010001 | 11000 | 10100 | 100111110 | 1000100 | 101111 |
Color Harmonies of #CB279B
Complementary color
Monochromatic Colors of #CB279B
Black with #CB279B
Text Example
Text Example
White with #CB279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB279B; }
p { color: rgb(203,39,155); }
H1.HeaderClassName
{
color: #CB279B;
}
.AnyTagClassName
{
color: #CB279B;
}
</style>
background-color css
<style>
a { background-color: #CB279B; }
a { background-color: rgb(203,39,155); }
div.DivClassName
{
background-color: #CB279B;
}
.BgClassName
{
background-color: #CB279B;
}
</style>
border-color css
<style>
span { border-color: #CB279B; }
span { border-color: rgb(203,39,155); }
td.TdClassName
{
border-color: #CB279B;
}
.TagClassName
{
border-color: #CB279B;
}
</style>