Shades of Medium Violet Red #CB248D
Tints of Medium Violet Red #CB248D
RGB
CMYK
RGB Variations
Color information
#CB248D (or 0xCB248D) is known color: Medium Violet Red. HEX triplet: CB, 24 and 8D. RGB value is (203,36,141). Sum of RGB (Red+Green+Blue) = 203+36+141=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB248D is #34DB72. Grayscale: #616161. Windows color (decimal): -3464051 or 9249995. OLE color: 9249995.
HSL color Cylindrical-coordinate representation of color #CB248D: hue angle of 322.28º 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 #CB248D is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 141 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.20 |
| HSL | 322.28º | 0.7% | 0.47% | - |
| HSV(B) | 322.28º | 0.82% | 0.8% | - |
| XYZ | 30.07 | 15.88 | 26.68 | - |
| YUV | 97.9 | 152.33 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 141 | 0 | 0.82 | 0.31 | 0.20 | 322.28 | 0.7 | 0.47 |
| Hex | CB | 24 | 8D | 0 | 52 | 1F | 14 | 142 | 46 | 2F |
| Octal | 313 | 44 | 215 | 0 | 122 | 37 | 24 | 502 | 106 | 57 |
| Binary | 11001011 | 100100 | 10001101 | 0 | 1010010 | 11111 | 10100 | 101000010 | 1000110 | 101111 |
Color Harmonies of #CB248D
Complementary color
Monochromatic Colors of #CB248D
Black with #CB248D
Text Example
Text Example
White with #CB248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB248D; }
p { color: rgb(203,36,141); }
H1.HeaderClassName
{
color: #CB248D;
}
.AnyTagClassName
{
color: #CB248D;
}
</style>
background-color css
<style>
a { background-color: #CB248D; }
a { background-color: rgb(203,36,141); }
div.DivClassName
{
background-color: #CB248D;
}
.BgClassName
{
background-color: #CB248D;
}
</style>
border-color css
<style>
span { border-color: #CB248D; }
span { border-color: rgb(203,36,141); }
td.TdClassName
{
border-color: #CB248D;
}
.TagClassName
{
border-color: #CB248D;
}
</style>