Shades of Deep Magenta #CF00CF
Tints of Deep Magenta #CF00CF
RGB
CMYK
RGB Variations
Color information
#CF00CF (or 0xCF00CF) is known color: Deep Magenta. HEX triplet: CF, 00 and CF. RGB value is (207,0,207). Sum of RGB (Red+Green+Blue) = 207+0+207=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00CF is #30FF30. Grayscale: #545454. Windows color (decimal): -3211057 or 13566159. OLE color: 13566159.
HSL color Cylindrical-coordinate representation of color #CF00CF: hue angle of 300º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00CF is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 207 | - |
| CMYK | 0 | 1 | 0 | 0.19 |
| HSL | 300º | 1% | 0.41% | - |
| HSV(B) | 300º | 1% | 0.81% | - |
| XYZ | 36.99 | 17.77 | 60.51 | - |
| YUV | 85.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 207 | 0 | 1 | 0 | 0.19 | 300 | 1 | 0.41 |
| Hex | CF | 0 | CF | 0 | 64 | 0 | 13 | 12C | 64 | 29 |
| Octal | 317 | 0 | 317 | 0 | 144 | 0 | 23 | 454 | 144 | 51 |
| Binary | 11001111 | 0 | 11001111 | 0 | 1100100 | 0 | 10011 | 100101100 | 1100100 | 101001 |
Color Harmonies of #CF00CF
Complementary color
Monochromatic Colors of #CF00CF
Black with #CF00CF
Text Example
Text Example
White with #CF00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00CF; }
p { color: rgb(207,0,207); }
H1.HeaderClassName
{
color: #CF00CF;
}
.AnyTagClassName
{
color: #CF00CF;
}
</style>
background-color css
<style>
a { background-color: #CF00CF; }
a { background-color: rgb(207,0,207); }
div.DivClassName
{
background-color: #CF00CF;
}
.BgClassName
{
background-color: #CF00CF;
}
</style>
border-color css
<style>
span { border-color: #CF00CF; }
span { border-color: rgb(207,0,207); }
td.TdClassName
{
border-color: #CF00CF;
}
.TagClassName
{
border-color: #CF00CF;
}
</style>