Shades of Medium Violet Red #CB247E
Tints of Medium Violet Red #CB247E
RGB
CMYK
RGB Variations
Color information
#CB247E (or 0xCB247E) is known color: Medium Violet Red. HEX triplet: CB, 24 and 7E. RGB value is (203,36,126). Sum of RGB (Red+Green+Blue) = 203+36+126=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB247E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB247E is #34DB81. Grayscale: #606060. Windows color (decimal): -3464066 or 8266955. OLE color: 8266955.
HSL color Cylindrical-coordinate representation of color #CB247E: hue angle of 327.66º 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 #CB247E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 126 | - |
| CMYK | 0 | 0.82 | 0.38 | 0.20 |
| HSL | 327.66º | 0.7% | 0.47% | - |
| HSV(B) | 327.66º | 0.82% | 0.8% | - |
| XYZ | 29.03 | 15.46 | 21.19 | - |
| YUV | 96.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 126 | 0 | 0.82 | 0.38 | 0.20 | 327.66 | 0.7 | 0.47 |
| Hex | CB | 24 | 7E | 0 | 52 | 26 | 14 | 148 | 46 | 2F |
| Octal | 313 | 44 | 176 | 0 | 122 | 46 | 24 | 510 | 106 | 57 |
| Binary | 11001011 | 100100 | 1111110 | 0 | 1010010 | 100110 | 10100 | 101001000 | 1000110 | 101111 |
Color Harmonies of #CB247E
Complementary color
Monochromatic Colors of #CB247E
Black with #CB247E
Text Example
Text Example
White with #CB247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB247E; }
p { color: rgb(203,36,126); }
H1.HeaderClassName
{
color: #CB247E;
}
.AnyTagClassName
{
color: #CB247E;
}
</style>
background-color css
<style>
a { background-color: #CB247E; }
a { background-color: rgb(203,36,126); }
div.DivClassName
{
background-color: #CB247E;
}
.BgClassName
{
background-color: #CB247E;
}
</style>
border-color css
<style>
span { border-color: #CB247E; }
span { border-color: rgb(203,36,126); }
td.TdClassName
{
border-color: #CB247E;
}
.TagClassName
{
border-color: #CB247E;
}
</style>