Shades of Deep Magenta #CB24B3
Tints of Deep Magenta #CB24B3
RGB
CMYK
RGB Variations
Color information
#CB24B3 (or 0xCB24B3) is known color: Deep Magenta. HEX triplet: CB, 24 and B3. RGB value is (203,36,179). Sum of RGB (Red+Green+Blue) = 203+36+179=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB24B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24B3 is #34DB4C. Grayscale: #656565. Windows color (decimal): -3464013 or 11740363. OLE color: 11740363.
HSL color Cylindrical-coordinate representation of color #CB24B3: hue angle of 308.62º 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 #CB24B3 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 179 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.20 |
| HSL | 308.62º | 0.7% | 0.47% | - |
| HSV(B) | 308.62º | 0.82% | 0.8% | - |
| XYZ | 33.4 | 17.21 | 44.21 | - |
| YUV | 102.24 | 171.33 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 179 | 0 | 0.82 | 0.12 | 0.20 | 308.62 | 0.7 | 0.47 |
| Hex | CB | 24 | B3 | 0 | 52 | C | 14 | 135 | 46 | 2F |
| Octal | 313 | 44 | 263 | 0 | 122 | 14 | 24 | 465 | 106 | 57 |
| Binary | 11001011 | 100100 | 10110011 | 0 | 1010010 | 1100 | 10100 | 100110101 | 1000110 | 101111 |
Color Harmonies of #CB24B3
Complementary color
Monochromatic Colors of #CB24B3
Black with #CB24B3
Text Example
Text Example
White with #CB24B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24B3; }
p { color: rgb(203,36,179); }
H1.HeaderClassName
{
color: #CB24B3;
}
.AnyTagClassName
{
color: #CB24B3;
}
</style>
background-color css
<style>
a { background-color: #CB24B3; }
a { background-color: rgb(203,36,179); }
div.DivClassName
{
background-color: #CB24B3;
}
.BgClassName
{
background-color: #CB24B3;
}
</style>
border-color css
<style>
span { border-color: #CB24B3; }
span { border-color: rgb(203,36,179); }
td.TdClassName
{
border-color: #CB24B3;
}
.TagClassName
{
border-color: #CB24B3;
}
</style>