Shades of Medium Violet Red #CB278F
Tints of Medium Violet Red #CB278F
RGB
CMYK
RGB Variations
Color information
#CB278F (or 0xCB278F) is known color: Medium Violet Red. HEX triplet: CB, 27 and 8F. RGB value is (203,39,143). Sum of RGB (Red+Green+Blue) = 203+39+143=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB278F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB278F is #34D870. Grayscale: #636363. Windows color (decimal): -3463281 or 9381835. OLE color: 9381835.
HSL color Cylindrical-coordinate representation of color #CB278F: hue angle of 321.95º 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 #CB278F is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 143 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.20 |
| HSL | 321.95º | 0.68% | 0.47% | - |
| HSV(B) | 321.95º | 0.81% | 0.8% | - |
| XYZ | 30.31 | 16.13 | 27.5 | - |
| YUV | 99.89 | 152.33 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 143 | 0 | 0.81 | 0.30 | 0.20 | 321.95 | 0.68 | 0.47 |
| Hex | CB | 27 | 8F | 0 | 51 | 1E | 14 | 142 | 44 | 2F |
| Octal | 313 | 47 | 217 | 0 | 121 | 36 | 24 | 502 | 104 | 57 |
| Binary | 11001011 | 100111 | 10001111 | 0 | 1010001 | 11110 | 10100 | 101000010 | 1000100 | 101111 |
Color Harmonies of #CB278F
Complementary color
Monochromatic Colors of #CB278F
Black with #CB278F
Text Example
Text Example
White with #CB278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB278F; }
p { color: rgb(203,39,143); }
H1.HeaderClassName
{
color: #CB278F;
}
.AnyTagClassName
{
color: #CB278F;
}
</style>
background-color css
<style>
a { background-color: #CB278F; }
a { background-color: rgb(203,39,143); }
div.DivClassName
{
background-color: #CB278F;
}
.BgClassName
{
background-color: #CB278F;
}
</style>
border-color css
<style>
span { border-color: #CB278F; }
span { border-color: rgb(203,39,143); }
td.TdClassName
{
border-color: #CB278F;
}
.TagClassName
{
border-color: #CB278F;
}
</style>