Shades of Deep Magenta #CF03C6
Tints of Deep Magenta #CF03C6
RGB
CMYK
RGB Variations
Color information
#CF03C6 (or 0xCF03C6) is known color: Deep Magenta. HEX triplet: CF, 03 and C6. RGB value is (207,3,198). Sum of RGB (Red+Green+Blue) = 207+3+198=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF03C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03C6 is #30FC39. Grayscale: #555555. Windows color (decimal): -3210298 or 12977103. OLE color: 12977103.
HSL color Cylindrical-coordinate representation of color #CF03C6: hue angle of 302.65º 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 #CF03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.19 |
| HSL | 302.65º | 0.97% | 0.41% | - |
| HSV(B) | 302.65º | 0.99% | 0.81% | - |
| XYZ | 35.96 | 17.41 | 54.89 | - |
| YUV | 86.23 | 191.09 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 198 | 0 | 0.99 | 0.04 | 0.19 | 302.65 | 0.97 | 0.41 |
| Hex | CF | 3 | C6 | 0 | 63 | 4 | 13 | 12F | 61 | 29 |
| Octal | 317 | 3 | 306 | 0 | 143 | 4 | 23 | 457 | 141 | 51 |
| Binary | 11001111 | 11 | 11000110 | 0 | 1100011 | 100 | 10011 | 100101111 | 1100001 | 101001 |
Color Harmonies of #CF03C6
Complementary color
Monochromatic Colors of #CF03C6
Black with #CF03C6
Text Example
Text Example
White with #CF03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03C6; }
p { color: rgb(207,3,198); }
H1.HeaderClassName
{
color: #CF03C6;
}
.AnyTagClassName
{
color: #CF03C6;
}
</style>
background-color css
<style>
a { background-color: #CF03C6; }
a { background-color: rgb(207,3,198); }
div.DivClassName
{
background-color: #CF03C6;
}
.BgClassName
{
background-color: #CF03C6;
}
</style>
border-color css
<style>
span { border-color: #CF03C6; }
span { border-color: rgb(207,3,198); }
td.TdClassName
{
border-color: #CF03C6;
}
.TagClassName
{
border-color: #CF03C6;
}
</style>