Shades of Deep Magenta #CF14C7
Tints of Deep Magenta #CF14C7
RGB
CMYK
RGB Variations
Color information
#CF14C7 (or 0xCF14C7) is known color: Deep Magenta. HEX triplet: CF, 14 and C7. RGB value is (207,20,199). Sum of RGB (Red+Green+Blue) = 207+20+199=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 199 (78.12% from 255 or 46.71% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14C7 is #30EB38. Grayscale: #5F5F5F. Windows color (decimal): -3205945 or 13046991. OLE color: 13046991.
HSL color Cylindrical-coordinate representation of color #CF14C7: hue angle of 302.57º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF14C7 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 199 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.19 |
| HSL | 302.57º | 0.82% | 0.45% | - |
| HSV(B) | 302.57º | 0.9% | 0.81% | - |
| XYZ | 36.29 | 17.89 | 55.57 | - |
| YUV | 96.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 199 | 0 | 0.90 | 0.04 | 0.19 | 302.57 | 0.82 | 0.45 |
| Hex | CF | 14 | C7 | 0 | 5A | 4 | 13 | 12F | 52 | 2D |
| Octal | 317 | 24 | 307 | 0 | 132 | 4 | 23 | 457 | 122 | 55 |
| Binary | 11001111 | 10100 | 11000111 | 0 | 1011010 | 100 | 10011 | 100101111 | 1010010 | 101101 |
Color Harmonies of #CF14C7
Complementary color
Monochromatic Colors of #CF14C7
Black with #CF14C7
Text Example
Text Example
White with #CF14C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14C7; }
p { color: rgb(207,20,199); }
H1.HeaderClassName
{
color: #CF14C7;
}
.AnyTagClassName
{
color: #CF14C7;
}
</style>
background-color css
<style>
a { background-color: #CF14C7; }
a { background-color: rgb(207,20,199); }
div.DivClassName
{
background-color: #CF14C7;
}
.BgClassName
{
background-color: #CF14C7;
}
</style>
border-color css
<style>
span { border-color: #CF14C7; }
span { border-color: rgb(207,20,199); }
td.TdClassName
{
border-color: #CF14C7;
}
.TagClassName
{
border-color: #CF14C7;
}
</style>