Shades of Deep Magenta #CF1CC6
Tints of Deep Magenta #CF1CC6
RGB
CMYK
RGB Variations
Color information
#CF1CC6 (or 0xCF1CC6) is known color: Deep Magenta. HEX triplet: CF, 1C and C6. RGB value is (207,28,198). Sum of RGB (Red+Green+Blue) = 207+28+198=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 28 (11.33% from 255 or 6.47% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CC6 is #30E339. Grayscale: #646464. Windows color (decimal): -3203898 or 12983503. OLE color: 12983503.
HSL color Cylindrical-coordinate representation of color #CF1CC6: hue angle of 303.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1CC6 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 198 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.19 |
| HSL | 303.02º | 0.76% | 0.46% | - |
| HSV(B) | 303.02º | 0.86% | 0.81% | - |
| XYZ | 36.34 | 18.17 | 55.02 | - |
| YUV | 100.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 198 | 0 | 0.86 | 0.04 | 0.19 | 303.02 | 0.76 | 0.46 |
| Hex | CF | 1C | C6 | 0 | 56 | 4 | 13 | 12F | 4C | 2E |
| Octal | 317 | 34 | 306 | 0 | 126 | 4 | 23 | 457 | 114 | 56 |
| Binary | 11001111 | 11100 | 11000110 | 0 | 1010110 | 100 | 10011 | 100101111 | 1001100 | 101110 |
Color Harmonies of #CF1CC6
Complementary color
Monochromatic Colors of #CF1CC6
Black with #CF1CC6
Text Example
Text Example
White with #CF1CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CC6; }
p { color: rgb(207,28,198); }
H1.HeaderClassName
{
color: #CF1CC6;
}
.AnyTagClassName
{
color: #CF1CC6;
}
</style>
background-color css
<style>
a { background-color: #CF1CC6; }
a { background-color: rgb(207,28,198); }
div.DivClassName
{
background-color: #CF1CC6;
}
.BgClassName
{
background-color: #CF1CC6;
}
</style>
border-color css
<style>
span { border-color: #CF1CC6; }
span { border-color: rgb(207,28,198); }
td.TdClassName
{
border-color: #CF1CC6;
}
.TagClassName
{
border-color: #CF1CC6;
}
</style>