Shades of Deep Magenta #CF13B0
Tints of Deep Magenta #CF13B0
RGB
CMYK
RGB Variations
Color information
#CF13B0 (or 0xCF13B0) is known color: Deep Magenta. HEX triplet: CF, 13 and B0. RGB value is (207,19,176). Sum of RGB (Red+Green+Blue) = 207+19+176=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 176 (69.14% from 255 or 43.78% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13B0 is #30EC4F. Grayscale: #5C5C5C. Windows color (decimal): -3206224 or 11539407. OLE color: 11539407.
HSL color Cylindrical-coordinate representation of color #CF13B0: hue angle of 309.89º 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 #CF13B0 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 176 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.19 |
| HSL | 309.89º | 0.83% | 0.44% | - |
| HSV(B) | 309.89º | 0.91% | 0.81% | - |
| XYZ | 33.8 | 16.87 | 42.55 | - |
| YUV | 93.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 176 | 0 | 0.91 | 0.15 | 0.19 | 309.89 | 0.83 | 0.44 |
| Hex | CF | 13 | B0 | 0 | 5B | F | 13 | 136 | 53 | 2C |
| Octal | 317 | 23 | 260 | 0 | 133 | 17 | 23 | 466 | 123 | 54 |
| Binary | 11001111 | 10011 | 10110000 | 0 | 1011011 | 1111 | 10011 | 100110110 | 1010011 | 101100 |
Color Harmonies of #CF13B0
Complementary color
Monochromatic Colors of #CF13B0
Black with #CF13B0
Text Example
Text Example
White with #CF13B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13B0; }
p { color: rgb(207,19,176); }
H1.HeaderClassName
{
color: #CF13B0;
}
.AnyTagClassName
{
color: #CF13B0;
}
</style>
background-color css
<style>
a { background-color: #CF13B0; }
a { background-color: rgb(207,19,176); }
div.DivClassName
{
background-color: #CF13B0;
}
.BgClassName
{
background-color: #CF13B0;
}
</style>
border-color css
<style>
span { border-color: #CF13B0; }
span { border-color: rgb(207,19,176); }
td.TdClassName
{
border-color: #CF13B0;
}
.TagClassName
{
border-color: #CF13B0;
}
</style>