Shades of Deep Magenta #CF05C3
Tints of Deep Magenta #CF05C3
RGB
CMYK
RGB Variations
Color information
#CF05C3 (or 0xCF05C3) is known color: Deep Magenta. HEX triplet: CF, 05 and C3. RGB value is (207,5,195). Sum of RGB (Red+Green+Blue) = 207+5+195=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05C3 is #30FA3C. Grayscale: #565656. Windows color (decimal): -3209789 or 12781007. OLE color: 12781007.
HSL color Cylindrical-coordinate representation of color #CF05C3: hue angle of 303.56º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF05C3 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 195 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.19 |
| HSL | 303.56º | 0.95% | 0.42% | - |
| HSV(B) | 303.56º | 0.98% | 0.81% | - |
| XYZ | 35.64 | 17.31 | 53.09 | - |
| YUV | 87.06 | 188.92 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 195 | 0 | 0.98 | 0.06 | 0.19 | 303.56 | 0.95 | 0.42 |
| Hex | CF | 5 | C3 | 0 | 62 | 6 | 13 | 130 | 5F | 2A |
| Octal | 317 | 5 | 303 | 0 | 142 | 6 | 23 | 460 | 137 | 52 |
| Binary | 11001111 | 101 | 11000011 | 0 | 1100010 | 110 | 10011 | 100110000 | 1011111 | 101010 |
Color Harmonies of #CF05C3
Complementary color
Monochromatic Colors of #CF05C3
Black with #CF05C3
Text Example
Text Example
White with #CF05C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05C3; }
p { color: rgb(207,5,195); }
H1.HeaderClassName
{
color: #CF05C3;
}
.AnyTagClassName
{
color: #CF05C3;
}
</style>
background-color css
<style>
a { background-color: #CF05C3; }
a { background-color: rgb(207,5,195); }
div.DivClassName
{
background-color: #CF05C3;
}
.BgClassName
{
background-color: #CF05C3;
}
</style>
border-color css
<style>
span { border-color: #CF05C3; }
span { border-color: rgb(207,5,195); }
td.TdClassName
{
border-color: #CF05C3;
}
.TagClassName
{
border-color: #CF05C3;
}
</style>