Shades of Deep Magenta #CB24B2
Tints of Deep Magenta #CB24B2
RGB
CMYK
RGB Variations
Color information
#CB24B2 (or 0xCB24B2) is known color: Deep Magenta. HEX triplet: CB, 24 and B2. RGB value is (203,36,178). Sum of RGB (Red+Green+Blue) = 203+36+178=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB24B2 is #34DB4D. Grayscale: #656565. Windows color (decimal): -3464014 or 11674827. OLE color: 11674827.
HSL color Cylindrical-coordinate representation of color #CB24B2: hue angle of 308.98º 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 #CB24B2 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 178 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.20 |
| HSL | 308.98º | 0.7% | 0.47% | - |
| HSV(B) | 308.98º | 0.82% | 0.8% | - |
| XYZ | 33.3 | 17.17 | 43.68 | - |
| YUV | 102.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 178 | 0 | 0.82 | 0.12 | 0.20 | 308.98 | 0.7 | 0.47 |
| Hex | CB | 24 | B2 | 0 | 52 | C | 14 | 135 | 46 | 2F |
| Octal | 313 | 44 | 262 | 0 | 122 | 14 | 24 | 465 | 106 | 57 |
| Binary | 11001011 | 100100 | 10110010 | 0 | 1010010 | 1100 | 10100 | 100110101 | 1000110 | 101111 |
Color Harmonies of #CB24B2
Complementary color
Monochromatic Colors of #CB24B2
Black with #CB24B2
Text Example
Text Example
White with #CB24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24B2; }
p { color: rgb(203,36,178); }
H1.HeaderClassName
{
color: #CB24B2;
}
.AnyTagClassName
{
color: #CB24B2;
}
</style>
background-color css
<style>
a { background-color: #CB24B2; }
a { background-color: rgb(203,36,178); }
div.DivClassName
{
background-color: #CB24B2;
}
.BgClassName
{
background-color: #CB24B2;
}
</style>
border-color css
<style>
span { border-color: #CB24B2; }
span { border-color: rgb(203,36,178); }
td.TdClassName
{
border-color: #CB24B2;
}
.TagClassName
{
border-color: #CB24B2;
}
</style>