Shades of Deep Magenta #CF09C5
Tints of Deep Magenta #CF09C5
RGB
CMYK
RGB Variations
Color information
#CF09C5 (or 0xCF09C5) is known color: Deep Magenta. HEX triplet: CF, 09 and C5. RGB value is (207,9,197). Sum of RGB (Red+Green+Blue) = 207+9+197=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09C5 is #30F63A. Grayscale: #595959. Windows color (decimal): -3208763 or 12913103. OLE color: 12913103.
HSL color Cylindrical-coordinate representation of color #CF09C5: hue angle of 303.03º 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 #CF09C5 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 197 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.19 |
| HSL | 303.03º | 0.92% | 0.42% | - |
| HSV(B) | 303.03º | 0.96% | 0.81% | - |
| XYZ | 35.91 | 17.49 | 54.31 | - |
| YUV | 89.63 | 188.6 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 197 | 0 | 0.96 | 0.05 | 0.19 | 303.03 | 0.92 | 0.42 |
| Hex | CF | 9 | C5 | 0 | 60 | 5 | 13 | 12F | 5C | 2A |
| Octal | 317 | 11 | 305 | 0 | 140 | 5 | 23 | 457 | 134 | 52 |
| Binary | 11001111 | 1001 | 11000101 | 0 | 1100000 | 101 | 10011 | 100101111 | 1011100 | 101010 |
Color Harmonies of #CF09C5
Complementary color
Monochromatic Colors of #CF09C5
Black with #CF09C5
Text Example
Text Example
White with #CF09C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09C5; }
p { color: rgb(207,9,197); }
H1.HeaderClassName
{
color: #CF09C5;
}
.AnyTagClassName
{
color: #CF09C5;
}
</style>
background-color css
<style>
a { background-color: #CF09C5; }
a { background-color: rgb(207,9,197); }
div.DivClassName
{
background-color: #CF09C5;
}
.BgClassName
{
background-color: #CF09C5;
}
</style>
border-color css
<style>
span { border-color: #CF09C5; }
span { border-color: rgb(207,9,197); }
td.TdClassName
{
border-color: #CF09C5;
}
.TagClassName
{
border-color: #CF09C5;
}
</style>