Shades of Deep Magenta #CB24B5
Tints of Deep Magenta #CB24B5
RGB
CMYK
RGB Variations
Color information
#CB24B5 (or 0xCB24B5) is known color: Deep Magenta. HEX triplet: CB, 24 and B5. RGB value is (203,36,181). Sum of RGB (Red+Green+Blue) = 203+36+181=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24B5 is #34DB4A. Grayscale: #666666. Windows color (decimal): -3464011 or 11871435. OLE color: 11871435.
HSL color Cylindrical-coordinate representation of color #CB24B5: hue angle of 307.9º 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 #CB24B5 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 181 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.20 |
| HSL | 307.9º | 0.7% | 0.47% | - |
| HSV(B) | 307.9º | 0.82% | 0.8% | - |
| XYZ | 33.6 | 17.29 | 45.28 | - |
| YUV | 102.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 181 | 0 | 0.82 | 0.11 | 0.20 | 307.9 | 0.7 | 0.47 |
| Hex | CB | 24 | B5 | 0 | 52 | B | 14 | 134 | 46 | 2F |
| Octal | 313 | 44 | 265 | 0 | 122 | 13 | 24 | 464 | 106 | 57 |
| Binary | 11001011 | 100100 | 10110101 | 0 | 1010010 | 1011 | 10100 | 100110100 | 1000110 | 101111 |
Color Harmonies of #CB24B5
Complementary color
Monochromatic Colors of #CB24B5
Black with #CB24B5
Text Example
Text Example
White with #CB24B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24B5; }
p { color: rgb(203,36,181); }
H1.HeaderClassName
{
color: #CB24B5;
}
.AnyTagClassName
{
color: #CB24B5;
}
</style>
background-color css
<style>
a { background-color: #CB24B5; }
a { background-color: rgb(203,36,181); }
div.DivClassName
{
background-color: #CB24B5;
}
.BgClassName
{
background-color: #CB24B5;
}
</style>
border-color css
<style>
span { border-color: #CB24B5; }
span { border-color: rgb(203,36,181); }
td.TdClassName
{
border-color: #CB24B5;
}
.TagClassName
{
border-color: #CB24B5;
}
</style>