Shades of Deep Magenta #CF24B0
Tints of Deep Magenta #CF24B0
RGB
CMYK
RGB Variations
Color information
#CF24B0 (or 0xCF24B0) is known color: Deep Magenta. HEX triplet: CF, 24 and B0. RGB value is (207,36,176). Sum of RGB (Red+Green+Blue) = 207+36+176=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 36 (14.45% from 255 or 8.59% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF24B0 is #30DB4F. Grayscale: #666666. Windows color (decimal): -3201872 or 11543759. OLE color: 11543759.
HSL color Cylindrical-coordinate representation of color #CF24B0: hue angle of 310.88º 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 #CF24B0 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 176 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.19 |
| HSL | 310.88º | 0.7% | 0.48% | - |
| HSV(B) | 310.88º | 0.83% | 0.81% | - |
| XYZ | 34.2 | 17.66 | 42.68 | - |
| YUV | 103.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 176 | 0 | 0.83 | 0.15 | 0.19 | 310.88 | 0.7 | 0.48 |
| Hex | CF | 24 | B0 | 0 | 53 | F | 13 | 137 | 46 | 30 |
| Octal | 317 | 44 | 260 | 0 | 123 | 17 | 23 | 467 | 106 | 60 |
| Binary | 11001111 | 100100 | 10110000 | 0 | 1010011 | 1111 | 10011 | 100110111 | 1000110 | 110000 |
Color Harmonies of #CF24B0
Complementary color
Monochromatic Colors of #CF24B0
Black with #CF24B0
Text Example
Text Example
White with #CF24B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24B0; }
p { color: rgb(207,36,176); }
H1.HeaderClassName
{
color: #CF24B0;
}
.AnyTagClassName
{
color: #CF24B0;
}
</style>
background-color css
<style>
a { background-color: #CF24B0; }
a { background-color: rgb(207,36,176); }
div.DivClassName
{
background-color: #CF24B0;
}
.BgClassName
{
background-color: #CF24B0;
}
</style>
border-color css
<style>
span { border-color: #CF24B0; }
span { border-color: rgb(207,36,176); }
td.TdClassName
{
border-color: #CF24B0;
}
.TagClassName
{
border-color: #CF24B0;
}
</style>