Shades of Deep Magenta #CF1BDD
Tints of Deep Magenta #CF1BDD
RGB
CMYK
RGB Variations
Color information
#CF1BDD (or 0xCF1BDD) is known color: Deep Magenta. HEX triplet: CF, 1B and DD. RGB value is (207,27,221). Sum of RGB (Red+Green+Blue) = 207+27+221=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BDD is #30E422. Grayscale: #666666. Windows color (decimal): -3204131 or 14490575. OLE color: 14490575.
HSL color Cylindrical-coordinate representation of color #CF1BDD: hue angle of 295.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1BDD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 27 | 221 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.13 |
| HSL | 295.67º | 0.78% | 0.49% | - |
| HSV(B) | 295.67º | 0.88% | 0.87% | - |
| XYZ | 39.18 | 19.27 | 70.06 | - |
| YUV | 102.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 221 | 0.06 | 0.88 | 0 | 0.13 | 295.67 | 0.78 | 0.49 |
| Hex | CF | 1B | DD | 6 | 58 | 0 | D | 128 | 4E | 31 |
| Octal | 317 | 33 | 335 | 6 | 130 | 0 | 15 | 450 | 116 | 61 |
| Binary | 11001111 | 11011 | 11011101 | 110 | 1011000 | 0 | 1101 | 100101000 | 1001110 | 110001 |
Color Harmonies of #CF1BDD
Complementary color
Monochromatic Colors of #CF1BDD
Black with #CF1BDD
Text Example
Text Example
White with #CF1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BDD; }
p { color: rgb(207,27,221); }
H1.HeaderClassName
{
color: #CF1BDD;
}
.AnyTagClassName
{
color: #CF1BDD;
}
</style>
background-color css
<style>
a { background-color: #CF1BDD; }
a { background-color: rgb(207,27,221); }
div.DivClassName
{
background-color: #CF1BDD;
}
.BgClassName
{
background-color: #CF1BDD;
}
</style>
border-color css
<style>
span { border-color: #CF1BDD; }
span { border-color: rgb(207,27,221); }
td.TdClassName
{
border-color: #CF1BDD;
}
.TagClassName
{
border-color: #CF1BDD;
}
</style>