Shades of Deep Magenta #CF13B4
Tints of Deep Magenta #CF13B4
RGB
CMYK
RGB Variations
Color information
#CF13B4 (or 0xCF13B4) is known color: Deep Magenta. HEX triplet: CF, 13 and B4. RGB value is (207,19,180). Sum of RGB (Red+Green+Blue) = 207+19+180=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 180 (70.70% from 255 or 44.33% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13B4 is #30EC4B. Grayscale: #5D5D5D. Windows color (decimal): -3206220 or 11801551. OLE color: 11801551.
HSL color Cylindrical-coordinate representation of color #CF13B4: hue angle of 308.62º 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 #CF13B4 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 180 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.19 |
| HSL | 308.62º | 0.83% | 0.44% | - |
| HSV(B) | 308.62º | 0.91% | 0.81% | - |
| XYZ | 34.2 | 17.03 | 44.66 | - |
| YUV | 93.57 | 176.78 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 180 | 0 | 0.91 | 0.13 | 0.19 | 308.62 | 0.83 | 0.44 |
| Hex | CF | 13 | B4 | 0 | 5B | D | 13 | 135 | 53 | 2C |
| Octal | 317 | 23 | 264 | 0 | 133 | 15 | 23 | 465 | 123 | 54 |
| Binary | 11001111 | 10011 | 10110100 | 0 | 1011011 | 1101 | 10011 | 100110101 | 1010011 | 101100 |
Color Harmonies of #CF13B4
Complementary color
Monochromatic Colors of #CF13B4
Black with #CF13B4
Text Example
Text Example
White with #CF13B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13B4; }
p { color: rgb(207,19,180); }
H1.HeaderClassName
{
color: #CF13B4;
}
.AnyTagClassName
{
color: #CF13B4;
}
</style>
background-color css
<style>
a { background-color: #CF13B4; }
a { background-color: rgb(207,19,180); }
div.DivClassName
{
background-color: #CF13B4;
}
.BgClassName
{
background-color: #CF13B4;
}
</style>
border-color css
<style>
span { border-color: #CF13B4; }
span { border-color: rgb(207,19,180); }
td.TdClassName
{
border-color: #CF13B4;
}
.TagClassName
{
border-color: #CF13B4;
}
</style>