Shades of Deep Magenta #CF2CCF
Tints of Deep Magenta #CF2CCF
RGB
CMYK
RGB Variations
Color information
#CF2CCF (or 0xCF2CCF) is known color: Deep Magenta. HEX triplet: CF, 2C and CF. RGB value is (207,44,207). Sum of RGB (Red+Green+Blue) = 207+44+207=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 44 (17.58% from 255 or 9.61% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CCF is #30D330. Grayscale: #6E6E6E. Windows color (decimal): -3199793 or 13577423. OLE color: 13577423.
HSL color Cylindrical-coordinate representation of color #CF2CCF: hue angle of 300º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CCF is Cyan = 0, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 207 | - |
| CMYK | 0 | 0.79 | 0 | 0.19 |
| HSL | 300º | 0.65% | 0.49% | - |
| HSV(B) | 300º | 0.79% | 0.81% | - |
| XYZ | 37.9 | 19.57 | 60.81 | - |
| YUV | 111.32 | 182 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 207 | 0 | 0.79 | 0 | 0.19 | 300 | 0.65 | 0.49 |
| Hex | CF | 2C | CF | 0 | 4F | 0 | 13 | 12C | 41 | 31 |
| Octal | 317 | 54 | 317 | 0 | 117 | 0 | 23 | 454 | 101 | 61 |
| Binary | 11001111 | 101100 | 11001111 | 0 | 1001111 | 0 | 10011 | 100101100 | 1000001 | 110001 |
Color Harmonies of #CF2CCF
Complementary color
Monochromatic Colors of #CF2CCF
Black with #CF2CCF
Text Example
Text Example
White with #CF2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2CCF; }
p { color: rgb(207,44,207); }
H1.HeaderClassName
{
color: #CF2CCF;
}
.AnyTagClassName
{
color: #CF2CCF;
}
</style>
background-color css
<style>
a { background-color: #CF2CCF; }
a { background-color: rgb(207,44,207); }
div.DivClassName
{
background-color: #CF2CCF;
}
.BgClassName
{
background-color: #CF2CCF;
}
</style>
border-color css
<style>
span { border-color: #CF2CCF; }
span { border-color: rgb(207,44,207); }
td.TdClassName
{
border-color: #CF2CCF;
}
.TagClassName
{
border-color: #CF2CCF;
}
</style>