Shades of Deep Magenta #CF0BCE
Tints of Deep Magenta #CF0BCE
RGB
CMYK
RGB Variations
Color information
#CF0BCE (or 0xCF0BCE) is known color: Deep Magenta. HEX triplet: CF, 0B and CE. RGB value is (207,11,206). Sum of RGB (Red+Green+Blue) = 207+11+206=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 11 (4.69% from 255 or 2.59% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BCE is #30F431. Grayscale: #5B5B5B. Windows color (decimal): -3208242 or 13503439. OLE color: 13503439.
HSL color Cylindrical-coordinate representation of color #CF0BCE: hue angle of 300.31º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BCE is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.19 |
| HSL | 300.31º | 0.9% | 0.43% | - |
| HSV(B) | 300.31º | 0.95% | 0.81% | - |
| XYZ | 36.99 | 17.96 | 59.91 | - |
| YUV | 91.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 206 | 0 | 0.95 | 0.00 | 0.19 | 300.31 | 0.9 | 0.43 |
| Hex | CF | B | CE | 0 | 5F | 0 | 13 | 12C | 5A | 2B |
| Octal | 317 | 13 | 316 | 0 | 137 | 0 | 23 | 454 | 132 | 53 |
| Binary | 11001111 | 1011 | 11001110 | 0 | 1011111 | 0 | 10011 | 100101100 | 1011010 | 101011 |
Color Harmonies of #CF0BCE
Complementary color
Monochromatic Colors of #CF0BCE
Black with #CF0BCE
Text Example
Text Example
White with #CF0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BCE; }
p { color: rgb(207,11,206); }
H1.HeaderClassName
{
color: #CF0BCE;
}
.AnyTagClassName
{
color: #CF0BCE;
}
</style>
background-color css
<style>
a { background-color: #CF0BCE; }
a { background-color: rgb(207,11,206); }
div.DivClassName
{
background-color: #CF0BCE;
}
.BgClassName
{
background-color: #CF0BCE;
}
</style>
border-color css
<style>
span { border-color: #CF0BCE; }
span { border-color: rgb(207,11,206); }
td.TdClassName
{
border-color: #CF0BCE;
}
.TagClassName
{
border-color: #CF0BCE;
}
</style>