Shades of Deep Magenta #CF09C6
Tints of Deep Magenta #CF09C6
RGB
CMYK
RGB Variations
Color information
#CF09C6 (or 0xCF09C6) is known color: Deep Magenta. HEX triplet: CF, 09 and C6. RGB value is (207,9,198). Sum of RGB (Red+Green+Blue) = 207+9+198=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09C6 is #30F639. Grayscale: #595959. Windows color (decimal): -3208762 or 12978639. OLE color: 12978639.
HSL color Cylindrical-coordinate representation of color #CF09C6: hue angle of 302.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09C6 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 198 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.19 |
| HSL | 302.73º | 0.92% | 0.42% | - |
| HSV(B) | 302.73º | 0.96% | 0.81% | - |
| XYZ | 36.02 | 17.54 | 54.91 | - |
| YUV | 89.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 198 | 0 | 0.96 | 0.04 | 0.19 | 302.73 | 0.92 | 0.42 |
| Hex | CF | 9 | C6 | 0 | 60 | 4 | 13 | 12F | 5C | 2A |
| Octal | 317 | 11 | 306 | 0 | 140 | 4 | 23 | 457 | 134 | 52 |
| Binary | 11001111 | 1001 | 11000110 | 0 | 1100000 | 100 | 10011 | 100101111 | 1011100 | 101010 |
Color Harmonies of #CF09C6
Complementary color
Monochromatic Colors of #CF09C6
Black with #CF09C6
Text Example
Text Example
White with #CF09C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09C6; }
p { color: rgb(207,9,198); }
H1.HeaderClassName
{
color: #CF09C6;
}
.AnyTagClassName
{
color: #CF09C6;
}
</style>
background-color css
<style>
a { background-color: #CF09C6; }
a { background-color: rgb(207,9,198); }
div.DivClassName
{
background-color: #CF09C6;
}
.BgClassName
{
background-color: #CF09C6;
}
</style>
border-color css
<style>
span { border-color: #CF09C6; }
span { border-color: rgb(207,9,198); }
td.TdClassName
{
border-color: #CF09C6;
}
.TagClassName
{
border-color: #CF09C6;
}
</style>