Shades of Deep Magenta #CF0FCB
Tints of Deep Magenta #CF0FCB
RGB
CMYK
RGB Variations
Color information
#CF0FCB (or 0xCF0FCB) is known color: Deep Magenta. HEX triplet: CF, 0F and CB. RGB value is (207,15,203). Sum of RGB (Red+Green+Blue) = 207+15+203=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FCB is #30F034. Grayscale: #5D5D5D. Windows color (decimal): -3207221 or 13307855. OLE color: 13307855.
HSL color Cylindrical-coordinate representation of color #CF0FCB: hue angle of 301.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FCB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 203 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.19 |
| HSL | 301.25º | 0.86% | 0.44% | - |
| HSV(B) | 301.25º | 0.93% | 0.81% | - |
| XYZ | 36.68 | 17.92 | 58.03 | - |
| YUV | 93.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 203 | 0 | 0.93 | 0.02 | 0.19 | 301.25 | 0.86 | 0.44 |
| Hex | CF | F | CB | 0 | 5D | 2 | 13 | 12D | 56 | 2C |
| Octal | 317 | 17 | 313 | 0 | 135 | 2 | 23 | 455 | 126 | 54 |
| Binary | 11001111 | 1111 | 11001011 | 0 | 1011101 | 10 | 10011 | 100101101 | 1010110 | 101100 |
Color Harmonies of #CF0FCB
Complementary color
Monochromatic Colors of #CF0FCB
Black with #CF0FCB
Text Example
Text Example
White with #CF0FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FCB; }
p { color: rgb(207,15,203); }
H1.HeaderClassName
{
color: #CF0FCB;
}
.AnyTagClassName
{
color: #CF0FCB;
}
</style>
background-color css
<style>
a { background-color: #CF0FCB; }
a { background-color: rgb(207,15,203); }
div.DivClassName
{
background-color: #CF0FCB;
}
.BgClassName
{
background-color: #CF0FCB;
}
</style>
border-color css
<style>
span { border-color: #CF0FCB; }
span { border-color: rgb(207,15,203); }
td.TdClassName
{
border-color: #CF0FCB;
}
.TagClassName
{
border-color: #CF0FCB;
}
</style>