Shades of Deep Magenta #CF09C4
Tints of Deep Magenta #CF09C4
RGB
CMYK
RGB Variations
Color information
#CF09C4 (or 0xCF09C4) is known color: Deep Magenta. HEX triplet: CF, 09 and C4. RGB value is (207,9,196). Sum of RGB (Red+Green+Blue) = 207+9+196=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09C4 is #30F63B. Grayscale: #585858. Windows color (decimal): -3208764 or 12847567. OLE color: 12847567.
HSL color Cylindrical-coordinate representation of color #CF09C4: hue angle of 303.33º 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 #CF09C4 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 196 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.19 |
| HSL | 303.33º | 0.92% | 0.42% | - |
| HSV(B) | 303.33º | 0.96% | 0.81% | - |
| XYZ | 35.79 | 17.45 | 53.71 | - |
| YUV | 89.52 | 188.1 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 196 | 0 | 0.96 | 0.05 | 0.19 | 303.33 | 0.92 | 0.42 |
| Hex | CF | 9 | C4 | 0 | 60 | 5 | 13 | 12F | 5C | 2A |
| Octal | 317 | 11 | 304 | 0 | 140 | 5 | 23 | 457 | 134 | 52 |
| Binary | 11001111 | 1001 | 11000100 | 0 | 1100000 | 101 | 10011 | 100101111 | 1011100 | 101010 |
Color Harmonies of #CF09C4
Complementary color
Monochromatic Colors of #CF09C4
Black with #CF09C4
Text Example
Text Example
White with #CF09C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09C4; }
p { color: rgb(207,9,196); }
H1.HeaderClassName
{
color: #CF09C4;
}
.AnyTagClassName
{
color: #CF09C4;
}
</style>
background-color css
<style>
a { background-color: #CF09C4; }
a { background-color: rgb(207,9,196); }
div.DivClassName
{
background-color: #CF09C4;
}
.BgClassName
{
background-color: #CF09C4;
}
</style>
border-color css
<style>
span { border-color: #CF09C4; }
span { border-color: rgb(207,9,196); }
td.TdClassName
{
border-color: #CF09C4;
}
.TagClassName
{
border-color: #CF09C4;
}
</style>