Shades of Deep Magenta #CF0DC5
Tints of Deep Magenta #CF0DC5
RGB
CMYK
RGB Variations
Color information
#CF0DC5 (or 0xCF0DC5) is known color: Deep Magenta. HEX triplet: CF, 0D and C5. RGB value is (207,13,197). Sum of RGB (Red+Green+Blue) = 207+13+197=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 13 (5.47% from 255 or 3.12% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DC5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0DC5 is #30F23A. Grayscale: #5B5B5B. Windows color (decimal): -3207739 or 12914127. OLE color: 12914127.
HSL color Cylindrical-coordinate representation of color #CF0DC5: hue angle of 303.09º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DC5 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 197 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.19 |
| HSL | 303.09º | 0.88% | 0.43% | - |
| HSV(B) | 303.09º | 0.94% | 0.81% | - |
| XYZ | 35.95 | 17.58 | 54.32 | - |
| YUV | 91.98 | 187.27 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 197 | 0 | 0.94 | 0.05 | 0.19 | 303.09 | 0.88 | 0.43 |
| Hex | CF | D | C5 | 0 | 5E | 5 | 13 | 12F | 58 | 2B |
| Octal | 317 | 15 | 305 | 0 | 136 | 5 | 23 | 457 | 130 | 53 |
| Binary | 11001111 | 1101 | 11000101 | 0 | 1011110 | 101 | 10011 | 100101111 | 1011000 | 101011 |
Color Harmonies of #CF0DC5
Complementary color
Monochromatic Colors of #CF0DC5
Black with #CF0DC5
Text Example
Text Example
White with #CF0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DC5; }
p { color: rgb(207,13,197); }
H1.HeaderClassName
{
color: #CF0DC5;
}
.AnyTagClassName
{
color: #CF0DC5;
}
</style>
background-color css
<style>
a { background-color: #CF0DC5; }
a { background-color: rgb(207,13,197); }
div.DivClassName
{
background-color: #CF0DC5;
}
.BgClassName
{
background-color: #CF0DC5;
}
</style>
border-color css
<style>
span { border-color: #CF0DC5; }
span { border-color: rgb(207,13,197); }
td.TdClassName
{
border-color: #CF0DC5;
}
.TagClassName
{
border-color: #CF0DC5;
}
</style>