Shades of Deep Magenta #CF13BD
Tints of Deep Magenta #CF13BD
RGB
CMYK
RGB Variations
Color information
#CF13BD (or 0xCF13BD) is known color: Deep Magenta. HEX triplet: CF, 13 and BD. RGB value is (207,19,189). Sum of RGB (Red+Green+Blue) = 207+19+189=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13BD is #30EC42. Grayscale: #5E5E5E. Windows color (decimal): -3206211 or 12391375. OLE color: 12391375.
HSL color Cylindrical-coordinate representation of color #CF13BD: hue angle of 305.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13BD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 189 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.19 |
| HSL | 305.74º | 0.83% | 0.44% | - |
| HSV(B) | 305.74º | 0.91% | 0.81% | - |
| XYZ | 35.15 | 17.41 | 49.65 | - |
| YUV | 94.59 | 181.28 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 189 | 0 | 0.91 | 0.09 | 0.19 | 305.74 | 0.83 | 0.44 |
| Hex | CF | 13 | BD | 0 | 5B | 9 | 13 | 132 | 53 | 2C |
| Octal | 317 | 23 | 275 | 0 | 133 | 11 | 23 | 462 | 123 | 54 |
| Binary | 11001111 | 10011 | 10111101 | 0 | 1011011 | 1001 | 10011 | 100110010 | 1010011 | 101100 |
Color Harmonies of #CF13BD
Complementary color
Monochromatic Colors of #CF13BD
Black with #CF13BD
Text Example
Text Example
White with #CF13BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13BD; }
p { color: rgb(207,19,189); }
H1.HeaderClassName
{
color: #CF13BD;
}
.AnyTagClassName
{
color: #CF13BD;
}
</style>
background-color css
<style>
a { background-color: #CF13BD; }
a { background-color: rgb(207,19,189); }
div.DivClassName
{
background-color: #CF13BD;
}
.BgClassName
{
background-color: #CF13BD;
}
</style>
border-color css
<style>
span { border-color: #CF13BD; }
span { border-color: rgb(207,19,189); }
td.TdClassName
{
border-color: #CF13BD;
}
.TagClassName
{
border-color: #CF13BD;
}
</style>