Shades of Deep Magenta #CB24CF
Tints of Deep Magenta #CB24CF
RGB
CMYK
RGB Variations
Color information
#CB24CF (or 0xCB24CF) is known color: Deep Magenta. HEX triplet: CB, 24 and CF. RGB value is (203,36,207). Sum of RGB (Red+Green+Blue) = 203+36+207=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB24CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB24CF is #34DB30. Grayscale: #686868. Windows color (decimal): -3463985 or 13575371. OLE color: 13575371.
HSL color Cylindrical-coordinate representation of color #CB24CF: hue angle of 298.6º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB24CF is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 36 | 207 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.19 |
| HSL | 298.6º | 0.7% | 0.48% | - |
| HSV(B) | 298.6º | 0.83% | 0.81% | - |
| XYZ | 36.52 | 18.46 | 60.67 | - |
| YUV | 105.43 | 185.33 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 207 | 0.02 | 0.83 | 0 | 0.19 | 298.6 | 0.7 | 0.48 |
| Hex | CB | 24 | CF | 2 | 53 | 0 | 13 | 12B | 46 | 30 |
| Octal | 313 | 44 | 317 | 2 | 123 | 0 | 23 | 453 | 106 | 60 |
| Binary | 11001011 | 100100 | 11001111 | 10 | 1010011 | 0 | 10011 | 100101011 | 1000110 | 110000 |
Color Harmonies of #CB24CF
Complementary color
Monochromatic Colors of #CB24CF
Black with #CB24CF
Text Example
Text Example
White with #CB24CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB24CF; }
p { color: rgb(203,36,207); }
H1.HeaderClassName
{
color: #CB24CF;
}
.AnyTagClassName
{
color: #CB24CF;
}
</style>
background-color css
<style>
a { background-color: #CB24CF; }
a { background-color: rgb(203,36,207); }
div.DivClassName
{
background-color: #CB24CF;
}
.BgClassName
{
background-color: #CB24CF;
}
</style>
border-color css
<style>
span { border-color: #CB24CF; }
span { border-color: rgb(203,36,207); }
td.TdClassName
{
border-color: #CB24CF;
}
.TagClassName
{
border-color: #CB24CF;
}
</style>