Shades of Deep Magenta #CF23DC
Tints of Deep Magenta #CF23DC
RGB
CMYK
RGB Variations
Color information
#CF23DC (or 0xCF23DC) is known color: Deep Magenta. HEX triplet: CF, 23 and DC. RGB value is (207,35,220). Sum of RGB (Red+Green+Blue) = 207+35+220=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF23DC is #30DC23. Grayscale: #6A6A6A. Windows color (decimal): -3202084 or 14427087. OLE color: 14427087.
HSL color Cylindrical-coordinate representation of color #CF23DC: hue angle of 295.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF23DC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 35 | 220 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.14 |
| HSL | 295.78º | 0.73% | 0.5% | - |
| HSV(B) | 295.78º | 0.84% | 0.86% | - |
| XYZ | 39.25 | 19.63 | 69.43 | - |
| YUV | 107.52 | 191.48 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 220 | 0.06 | 0.84 | 0 | 0.14 | 295.78 | 0.73 | 0.5 |
| Hex | CF | 23 | DC | 6 | 54 | 0 | E | 128 | 49 | 32 |
| Octal | 317 | 43 | 334 | 6 | 124 | 0 | 16 | 450 | 111 | 62 |
| Binary | 11001111 | 100011 | 11011100 | 110 | 1010100 | 0 | 1110 | 100101000 | 1001001 | 110010 |
Color Harmonies of #CF23DC
Complementary color
Monochromatic Colors of #CF23DC
Black with #CF23DC
Text Example
Text Example
White with #CF23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23DC; }
p { color: rgb(207,35,220); }
H1.HeaderClassName
{
color: #CF23DC;
}
.AnyTagClassName
{
color: #CF23DC;
}
</style>
background-color css
<style>
a { background-color: #CF23DC; }
a { background-color: rgb(207,35,220); }
div.DivClassName
{
background-color: #CF23DC;
}
.BgClassName
{
background-color: #CF23DC;
}
</style>
border-color css
<style>
span { border-color: #CF23DC; }
span { border-color: rgb(207,35,220); }
td.TdClassName
{
border-color: #CF23DC;
}
.TagClassName
{
border-color: #CF23DC;
}
</style>