Shades of Deep Magenta #CF13CC
Tints of Deep Magenta #CF13CC
RGB
CMYK
RGB Variations
Color information
#CF13CC (or 0xCF13CC) is known color: Deep Magenta. HEX triplet: CF, 13 and CC. RGB value is (207,19,204). Sum of RGB (Red+Green+Blue) = 207+19+204=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 19 (7.81% from 255 or 4.42% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13CC is #30EC33. Grayscale: #5F5F5F. Windows color (decimal): -3206196 or 13374415. OLE color: 13374415.
HSL color Cylindrical-coordinate representation of color #CF13CC: hue angle of 300.96º 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 #CF13CC is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 204 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.19 |
| HSL | 300.96º | 0.83% | 0.44% | - |
| HSV(B) | 300.96º | 0.91% | 0.81% | - |
| XYZ | 36.86 | 18.09 | 58.68 | - |
| YUV | 96.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 204 | 0 | 0.91 | 0.01 | 0.19 | 300.96 | 0.83 | 0.44 |
| Hex | CF | 13 | CC | 0 | 5B | 1 | 13 | 12D | 53 | 2C |
| Octal | 317 | 23 | 314 | 0 | 133 | 1 | 23 | 455 | 123 | 54 |
| Binary | 11001111 | 10011 | 11001100 | 0 | 1011011 | 1 | 10011 | 100101101 | 1010011 | 101100 |
Color Harmonies of #CF13CC
Complementary color
Monochromatic Colors of #CF13CC
Black with #CF13CC
Text Example
Text Example
White with #CF13CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13CC; }
p { color: rgb(207,19,204); }
H1.HeaderClassName
{
color: #CF13CC;
}
.AnyTagClassName
{
color: #CF13CC;
}
</style>
background-color css
<style>
a { background-color: #CF13CC; }
a { background-color: rgb(207,19,204); }
div.DivClassName
{
background-color: #CF13CC;
}
.BgClassName
{
background-color: #CF13CC;
}
</style>
border-color css
<style>
span { border-color: #CF13CC; }
span { border-color: rgb(207,19,204); }
td.TdClassName
{
border-color: #CF13CC;
}
.TagClassName
{
border-color: #CF13CC;
}
</style>