Shades of Deep Magenta #CF21DB
Tints of Deep Magenta #CF21DB
RGB
CMYK
RGB Variations
Color information
#CF21DB (or 0xCF21DB) is known color: Deep Magenta. HEX triplet: CF, 21 and DB. RGB value is (207,33,219). Sum of RGB (Red+Green+Blue) = 207+33+219=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF21DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF21DB is #30DE24. Grayscale: #696969. Windows color (decimal): -3202597 or 14361039. OLE color: 14361039.
HSL color Cylindrical-coordinate representation of color #CF21DB: hue angle of 296.13º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF21DB is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 33 | 219 | - |
CMYK | 0.05 | 0.85 | 0 | 0.14 |
HSL | 296.13º | 0.74% | 0.49% | - |
HSV(B) | 296.13º | 0.85% | 0.86% | - |
XYZ | 39.06 | 19.47 | 68.72 | - |
YUV | 106.23 | 191.65 | 199.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 33 | 219 | 0.05 | 0.85 | 0 | 0.14 | 296.13 | 0.74 | 0.49 |
Hex | CF | 21 | DB | 5 | 55 | 0 | E | 128 | 4A | 31 |
Octal | 317 | 41 | 333 | 5 | 125 | 0 | 16 | 450 | 112 | 61 |
Binary | 11001111 | 100001 | 11011011 | 101 | 1010101 | 0 | 1110 | 100101000 | 1001010 | 110001 |
Color Harmonies of #CF21DB
Complementary color
Monochromatic Colors of #CF21DB
Black with #CF21DB
Text Example
Text Example
White with #CF21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF21DB; }
p { color: rgb(207,33,219); }
H1.HeaderClassName
{
color: #CF21DB;
}
.AnyTagClassName
{
color: #CF21DB;
}
</style>
background-color css
<style>
a { background-color: #CF21DB; }
a { background-color: rgb(207,33,219); }
div.DivClassName
{
background-color: #CF21DB;
}
.BgClassName
{
background-color: #CF21DB;
}
</style>
border-color css
<style>
span { border-color: #CF21DB; }
span { border-color: rgb(207,33,219); }
td.TdClassName
{
border-color: #CF21DB;
}
.TagClassName
{
border-color: #CF21DB;
}
</style>