Shades of Deep Magenta #CF1BDA
Tints of Deep Magenta #CF1BDA
RGB
CMYK
RGB Variations
Color information
#CF1BDA (or 0xCF1BDA) is known color: Deep Magenta. HEX triplet: CF, 1B and DA. RGB value is (207,27,218). Sum of RGB (Red+Green+Blue) = 207+27+218=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF1BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BDA is #30E425. Grayscale: #666666. Windows color (decimal): -3204134 or 14293967. OLE color: 14293967.
HSL color Cylindrical-coordinate representation of color #CF1BDA: hue angle of 296.54º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1BDA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 27 | 218 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.15 |
| HSL | 296.54º | 0.78% | 0.48% | - |
| HSV(B) | 296.54º | 0.88% | 0.85% | - |
| XYZ | 38.78 | 19.11 | 67.97 | - |
| YUV | 102.59 | 193.13 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 218 | 0.05 | 0.88 | 0 | 0.15 | 296.54 | 0.78 | 0.48 |
| Hex | CF | 1B | DA | 5 | 58 | 0 | F | 129 | 4E | 30 |
| Octal | 317 | 33 | 332 | 5 | 130 | 0 | 17 | 451 | 116 | 60 |
| Binary | 11001111 | 11011 | 11011010 | 101 | 1011000 | 0 | 1111 | 100101001 | 1001110 | 110000 |
Color Harmonies of #CF1BDA
Complementary color
Monochromatic Colors of #CF1BDA
Black with #CF1BDA
Text Example
Text Example
White with #CF1BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BDA; }
p { color: rgb(207,27,218); }
H1.HeaderClassName
{
color: #CF1BDA;
}
.AnyTagClassName
{
color: #CF1BDA;
}
</style>
background-color css
<style>
a { background-color: #CF1BDA; }
a { background-color: rgb(207,27,218); }
div.DivClassName
{
background-color: #CF1BDA;
}
.BgClassName
{
background-color: #CF1BDA;
}
</style>
border-color css
<style>
span { border-color: #CF1BDA; }
span { border-color: rgb(207,27,218); }
td.TdClassName
{
border-color: #CF1BDA;
}
.TagClassName
{
border-color: #CF1BDA;
}
</style>