Shades of Medium Violet Red #CB247C
Tints of Medium Violet Red #CB247C
RGB
CMYK
RGB Variations
Color information
#CB247C (or 0xCB247C) is known color: Medium Violet Red. HEX triplet: CB, 24 and 7C. RGB value is (203,36,124). Sum of RGB (Red+Green+Blue) = 203+36+124=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB247C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB247C is #34DB83. Grayscale: #5F5F5F. Windows color (decimal): -3464068 or 8135883. OLE color: 8135883.
HSL color Cylindrical-coordinate representation of color #CB247C: hue angle of 328.38º 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 #CB247C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 124 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.20 |
| HSL | 328.38º | 0.7% | 0.47% | - |
| HSV(B) | 328.38º | 0.82% | 0.8% | - |
| XYZ | 28.9 | 15.41 | 20.52 | - |
| YUV | 95.97 | 143.83 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 124 | 0 | 0.82 | 0.39 | 0.20 | 328.38 | 0.7 | 0.47 |
| Hex | CB | 24 | 7C | 0 | 52 | 27 | 14 | 148 | 46 | 2F |
| Octal | 313 | 44 | 174 | 0 | 122 | 47 | 24 | 510 | 106 | 57 |
| Binary | 11001011 | 100100 | 1111100 | 0 | 1010010 | 100111 | 10100 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CB247C
Complementary color
Monochromatic Colors of #CB247C
Black with #CB247C
Text Example
Text Example
White with #CB247C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB247C; }
p { color: rgb(203,36,124); }
H1.HeaderClassName
{
color: #CB247C;
}
.AnyTagClassName
{
color: #CB247C;
}
</style>
background-color css
<style>
a { background-color: #CB247C; }
a { background-color: rgb(203,36,124); }
div.DivClassName
{
background-color: #CB247C;
}
.BgClassName
{
background-color: #CB247C;
}
</style>
border-color css
<style>
span { border-color: #CB247C; }
span { border-color: rgb(203,36,124); }
td.TdClassName
{
border-color: #CB247C;
}
.TagClassName
{
border-color: #CB247C;
}
</style>