Shades of Deep Magenta #CF18C6
Tints of Deep Magenta #CF18C6
RGB
CMYK
RGB Variations
Color information
#CF18C6 (or 0xCF18C6) is known color: Deep Magenta. HEX triplet: CF, 18 and C6. RGB value is (207,24,198). Sum of RGB (Red+Green+Blue) = 207+24+198=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF18C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF18C6 is #30E739. Grayscale: #626262. Windows color (decimal): -3204922 or 12982479. OLE color: 12982479.
HSL color Cylindrical-coordinate representation of color #CF18C6: hue angle of 302.95º 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 #CF18C6 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 198 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.19 |
| HSL | 302.95º | 0.79% | 0.45% | - |
| HSV(B) | 302.95º | 0.88% | 0.81% | - |
| XYZ | 36.25 | 18 | 54.99 | - |
| YUV | 98.55 | 184.13 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 198 | 0 | 0.88 | 0.04 | 0.19 | 302.95 | 0.79 | 0.45 |
| Hex | CF | 18 | C6 | 0 | 58 | 4 | 13 | 12F | 4F | 2D |
| Octal | 317 | 30 | 306 | 0 | 130 | 4 | 23 | 457 | 117 | 55 |
| Binary | 11001111 | 11000 | 11000110 | 0 | 1011000 | 100 | 10011 | 100101111 | 1001111 | 101101 |
Color Harmonies of #CF18C6
Complementary color
Monochromatic Colors of #CF18C6
Black with #CF18C6
Text Example
Text Example
White with #CF18C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF18C6; }
p { color: rgb(207,24,198); }
H1.HeaderClassName
{
color: #CF18C6;
}
.AnyTagClassName
{
color: #CF18C6;
}
</style>
background-color css
<style>
a { background-color: #CF18C6; }
a { background-color: rgb(207,24,198); }
div.DivClassName
{
background-color: #CF18C6;
}
.BgClassName
{
background-color: #CF18C6;
}
</style>
border-color css
<style>
span { border-color: #CF18C6; }
span { border-color: rgb(207,24,198); }
td.TdClassName
{
border-color: #CF18C6;
}
.TagClassName
{
border-color: #CF18C6;
}
</style>