Shades of Deep Magenta #CF10C4
Tints of Deep Magenta #CF10C4
RGB
CMYK
RGB Variations
Color information
#CF10C4 (or 0xCF10C4) is known color: Deep Magenta. HEX triplet: CF, 10 and C4. RGB value is (207,16,196). Sum of RGB (Red+Green+Blue) = 207+16+196=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF10C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF10C4 is #30EF3B. Grayscale: #5D5D5D. Windows color (decimal): -3206972 or 12849359. OLE color: 12849359.
HSL color Cylindrical-coordinate representation of color #CF10C4: hue angle of 303.46º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF10C4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 196 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.19 |
| HSL | 303.46º | 0.86% | 0.44% | - |
| HSV(B) | 303.46º | 0.92% | 0.81% | - |
| XYZ | 35.88 | 17.62 | 53.73 | - |
| YUV | 93.63 | 185.78 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 196 | 0 | 0.92 | 0.05 | 0.19 | 303.46 | 0.86 | 0.44 |
| Hex | CF | 10 | C4 | 0 | 5C | 5 | 13 | 12F | 56 | 2C |
| Octal | 317 | 20 | 304 | 0 | 134 | 5 | 23 | 457 | 126 | 54 |
| Binary | 11001111 | 10000 | 11000100 | 0 | 1011100 | 101 | 10011 | 100101111 | 1010110 | 101100 |
Color Harmonies of #CF10C4
Complementary color
Monochromatic Colors of #CF10C4
Black with #CF10C4
Text Example
Text Example
White with #CF10C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF10C4; }
p { color: rgb(207,16,196); }
H1.HeaderClassName
{
color: #CF10C4;
}
.AnyTagClassName
{
color: #CF10C4;
}
</style>
background-color css
<style>
a { background-color: #CF10C4; }
a { background-color: rgb(207,16,196); }
div.DivClassName
{
background-color: #CF10C4;
}
.BgClassName
{
background-color: #CF10C4;
}
</style>
border-color css
<style>
span { border-color: #CF10C4; }
span { border-color: rgb(207,16,196); }
td.TdClassName
{
border-color: #CF10C4;
}
.TagClassName
{
border-color: #CF10C4;
}
</style>