Shades of Medium Violet Red #CB248B
Tints of Medium Violet Red #CB248B
RGB
CMYK
RGB Variations
Color information
#CB248B (or 0xCB248B) is known color: Medium Violet Red. HEX triplet: CB, 24 and 8B. RGB value is (203,36,139). Sum of RGB (Red+Green+Blue) = 203+36+139=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB248B is #34DB74. Grayscale: #616161. Windows color (decimal): -3464053 or 9118923. OLE color: 9118923.
HSL color Cylindrical-coordinate representation of color #CB248B: hue angle of 322.99º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB248B is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 139 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.20 |
| HSL | 322.99º | 0.7% | 0.47% | - |
| HSV(B) | 322.99º | 0.82% | 0.8% | - |
| XYZ | 29.92 | 15.82 | 25.9 | - |
| YUV | 97.68 | 151.33 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 139 | 0 | 0.82 | 0.32 | 0.20 | 322.99 | 0.7 | 0.47 |
| Hex | CB | 24 | 8B | 0 | 52 | 20 | 14 | 143 | 46 | 2F |
| Octal | 313 | 44 | 213 | 0 | 122 | 40 | 24 | 503 | 106 | 57 |
| Binary | 11001011 | 100100 | 10001011 | 0 | 1010010 | 100000 | 10100 | 101000011 | 1000110 | 101111 |
Color Harmonies of #CB248B
Complementary color
Monochromatic Colors of #CB248B
Black with #CB248B
Text Example
Text Example
White with #CB248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB248B; }
p { color: rgb(203,36,139); }
H1.HeaderClassName
{
color: #CB248B;
}
.AnyTagClassName
{
color: #CB248B;
}
</style>
background-color css
<style>
a { background-color: #CB248B; }
a { background-color: rgb(203,36,139); }
div.DivClassName
{
background-color: #CB248B;
}
.BgClassName
{
background-color: #CB248B;
}
</style>
border-color css
<style>
span { border-color: #CB248B; }
span { border-color: rgb(203,36,139); }
td.TdClassName
{
border-color: #CB248B;
}
.TagClassName
{
border-color: #CB248B;
}
</style>