Shades of Deep Magenta #CF24B2
Tints of Deep Magenta #CF24B2
RGB
CMYK
RGB Variations
Color information
#CF24B2 (or 0xCF24B2) is known color: Deep Magenta. HEX triplet: CF, 24 and B2. RGB value is (207,36,178). Sum of RGB (Red+Green+Blue) = 207+36+178=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF24B2 is #30DB4D. Grayscale: #666666. Windows color (decimal): -3201870 or 11674831. OLE color: 11674831.
HSL color Cylindrical-coordinate representation of color #CF24B2: hue angle of 310.18º 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 #CF24B2 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 178 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.19 |
| HSL | 310.18º | 0.7% | 0.48% | - |
| HSV(B) | 310.18º | 0.83% | 0.81% | - |
| XYZ | 34.4 | 17.74 | 43.73 | - |
| YUV | 103.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 178 | 0 | 0.83 | 0.14 | 0.19 | 310.18 | 0.7 | 0.48 |
| Hex | CF | 24 | B2 | 0 | 53 | E | 13 | 136 | 46 | 30 |
| Octal | 317 | 44 | 262 | 0 | 123 | 16 | 23 | 466 | 106 | 60 |
| Binary | 11001111 | 100100 | 10110010 | 0 | 1010011 | 1110 | 10011 | 100110110 | 1000110 | 110000 |
Color Harmonies of #CF24B2
Complementary color
Monochromatic Colors of #CF24B2
Black with #CF24B2
Text Example
Text Example
White with #CF24B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF24B2; }
p { color: rgb(207,36,178); }
H1.HeaderClassName
{
color: #CF24B2;
}
.AnyTagClassName
{
color: #CF24B2;
}
</style>
background-color css
<style>
a { background-color: #CF24B2; }
a { background-color: rgb(207,36,178); }
div.DivClassName
{
background-color: #CF24B2;
}
.BgClassName
{
background-color: #CF24B2;
}
</style>
border-color css
<style>
span { border-color: #CF24B2; }
span { border-color: rgb(207,36,178); }
td.TdClassName
{
border-color: #CF24B2;
}
.TagClassName
{
border-color: #CF24B2;
}
</style>