Shades of Deep Magenta #CF13CB
Tints of Deep Magenta #CF13CB
RGB
CMYK
RGB Variations
Color information
#CF13CB (or 0xCF13CB) is known color: Deep Magenta. HEX triplet: CF, 13 and CB. RGB value is (207,19,203). Sum of RGB (Red+Green+Blue) = 207+19+203=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13CB is #30EC34. Grayscale: #5F5F5F. Windows color (decimal): -3206197 or 13308879. OLE color: 13308879.
HSL color Cylindrical-coordinate representation of color #CF13CB: hue angle of 301.28º 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 #CF13CB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.19 |
| HSL | 301.28º | 0.83% | 0.44% | - |
| HSV(B) | 301.28º | 0.91% | 0.81% | - |
| XYZ | 36.74 | 18.04 | 58.05 | - |
| YUV | 96.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 203 | 0 | 0.91 | 0.02 | 0.19 | 301.28 | 0.83 | 0.44 |
| Hex | CF | 13 | CB | 0 | 5B | 2 | 13 | 12D | 53 | 2C |
| Octal | 317 | 23 | 313 | 0 | 133 | 2 | 23 | 455 | 123 | 54 |
| Binary | 11001111 | 10011 | 11001011 | 0 | 1011011 | 10 | 10011 | 100101101 | 1010011 | 101100 |
Color Harmonies of #CF13CB
Complementary color
Monochromatic Colors of #CF13CB
Black with #CF13CB
Text Example
Text Example
White with #CF13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13CB; }
p { color: rgb(207,19,203); }
H1.HeaderClassName
{
color: #CF13CB;
}
.AnyTagClassName
{
color: #CF13CB;
}
</style>
background-color css
<style>
a { background-color: #CF13CB; }
a { background-color: rgb(207,19,203); }
div.DivClassName
{
background-color: #CF13CB;
}
.BgClassName
{
background-color: #CF13CB;
}
</style>
border-color css
<style>
span { border-color: #CF13CB; }
span { border-color: rgb(207,19,203); }
td.TdClassName
{
border-color: #CF13CB;
}
.TagClassName
{
border-color: #CF13CB;
}
</style>