Shades of Deep Magenta #CF03CF
Tints of Deep Magenta #CF03CF
RGB
CMYK
RGB Variations
Color information
#CF03CF (or 0xCF03CF) is known color: Deep Magenta. HEX triplet: CF, 03 and CF. RGB value is (207,3,207). Sum of RGB (Red+Green+Blue) = 207+3+207=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03CF is #30FC30. Grayscale: #565656. Windows color (decimal): -3210289 or 13566927. OLE color: 13566927.
HSL color Cylindrical-coordinate representation of color #CF03CF: hue angle of 300º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03CF is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0 | 0.19 |
| HSL | 300º | 0.97% | 0.41% | - |
| HSV(B) | 300º | 0.99% | 0.81% | - |
| XYZ | 37.03 | 17.84 | 60.52 | - |
| YUV | 87.25 | 195.59 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 207 | 0 | 0.99 | 0 | 0.19 | 300 | 0.97 | 0.41 |
| Hex | CF | 3 | CF | 0 | 63 | 0 | 13 | 12C | 61 | 29 |
| Octal | 317 | 3 | 317 | 0 | 143 | 0 | 23 | 454 | 141 | 51 |
| Binary | 11001111 | 11 | 11001111 | 0 | 1100011 | 0 | 10011 | 100101100 | 1100001 | 101001 |
Color Harmonies of #CF03CF
Complementary color
Monochromatic Colors of #CF03CF
Black with #CF03CF
Text Example
Text Example
White with #CF03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03CF; }
p { color: rgb(207,3,207); }
H1.HeaderClassName
{
color: #CF03CF;
}
.AnyTagClassName
{
color: #CF03CF;
}
</style>
background-color css
<style>
a { background-color: #CF03CF; }
a { background-color: rgb(207,3,207); }
div.DivClassName
{
background-color: #CF03CF;
}
.BgClassName
{
background-color: #CF03CF;
}
</style>
border-color css
<style>
span { border-color: #CF03CF; }
span { border-color: rgb(207,3,207); }
td.TdClassName
{
border-color: #CF03CF;
}
.TagClassName
{
border-color: #CF03CF;
}
</style>