Shades of Deep Magenta #CF18C7
Tints of Deep Magenta #CF18C7
RGB
CMYK
RGB Variations
Color information
#CF18C7 (or 0xCF18C7) is known color: Deep Magenta. HEX triplet: CF, 18 and C7. RGB value is (207,24,199). Sum of RGB (Red+Green+Blue) = 207+24+199=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 199 (78.12% from 255 or 46.28% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18C7 is #30E738. Grayscale: #626262. Windows color (decimal): -3204921 or 13048015. OLE color: 13048015.
HSL color Cylindrical-coordinate representation of color #CF18C7: hue angle of 302.62º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF18C7 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 199 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.19 |
| HSL | 302.62º | 0.79% | 0.45% | - |
| HSV(B) | 302.62º | 0.88% | 0.81% | - |
| XYZ | 36.37 | 18.04 | 55.6 | - |
| YUV | 98.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 199 | 0 | 0.88 | 0.04 | 0.19 | 302.62 | 0.79 | 0.45 |
| Hex | CF | 18 | C7 | 0 | 58 | 4 | 13 | 12F | 4F | 2D |
| Octal | 317 | 30 | 307 | 0 | 130 | 4 | 23 | 457 | 117 | 55 |
| Binary | 11001111 | 11000 | 11000111 | 0 | 1011000 | 100 | 10011 | 100101111 | 1001111 | 101101 |
Color Harmonies of #CF18C7
Complementary color
Monochromatic Colors of #CF18C7
Black with #CF18C7
Text Example
Text Example
White with #CF18C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18C7; }
p { color: rgb(207,24,199); }
H1.HeaderClassName
{
color: #CF18C7;
}
.AnyTagClassName
{
color: #CF18C7;
}
</style>
background-color css
<style>
a { background-color: #CF18C7; }
a { background-color: rgb(207,24,199); }
div.DivClassName
{
background-color: #CF18C7;
}
.BgClassName
{
background-color: #CF18C7;
}
</style>
border-color css
<style>
span { border-color: #CF18C7; }
span { border-color: rgb(207,24,199); }
td.TdClassName
{
border-color: #CF18C7;
}
.TagClassName
{
border-color: #CF18C7;
}
</style>