Shades of Deep Magenta #CF1BCC
Tints of Deep Magenta #CF1BCC
RGB
CMYK
RGB Variations
Color information
#CF1BCC (or 0xCF1BCC) is known color: Deep Magenta. HEX triplet: CF, 1B and CC. RGB value is (207,27,204). Sum of RGB (Red+Green+Blue) = 207+27+204=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1BCC is #30E433. Grayscale: #646464. Windows color (decimal): -3204148 or 13376463. OLE color: 13376463.
HSL color Cylindrical-coordinate representation of color #CF1BCC: hue angle of 301º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1BCC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 204 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.19 |
| HSL | 301º | 0.77% | 0.46% | - |
| HSV(B) | 301º | 0.87% | 0.81% | - |
| XYZ | 37.02 | 18.41 | 58.73 | - |
| YUV | 101 | 186.13 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 204 | 0 | 0.87 | 0.01 | 0.19 | 301 | 0.77 | 0.46 |
| Hex | CF | 1B | CC | 0 | 57 | 1 | 13 | 12D | 4D | 2E |
| Octal | 317 | 33 | 314 | 0 | 127 | 1 | 23 | 455 | 115 | 56 |
| Binary | 11001111 | 11011 | 11001100 | 0 | 1010111 | 1 | 10011 | 100101101 | 1001101 | 101110 |
Color Harmonies of #CF1BCC
Complementary color
Monochromatic Colors of #CF1BCC
Black with #CF1BCC
Text Example
Text Example
White with #CF1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1BCC; }
p { color: rgb(207,27,204); }
H1.HeaderClassName
{
color: #CF1BCC;
}
.AnyTagClassName
{
color: #CF1BCC;
}
</style>
background-color css
<style>
a { background-color: #CF1BCC; }
a { background-color: rgb(207,27,204); }
div.DivClassName
{
background-color: #CF1BCC;
}
.BgClassName
{
background-color: #CF1BCC;
}
</style>
border-color css
<style>
span { border-color: #CF1BCC; }
span { border-color: rgb(207,27,204); }
td.TdClassName
{
border-color: #CF1BCC;
}
.TagClassName
{
border-color: #CF1BCC;
}
</style>