Shades of Deep Magenta #CF05C4
Tints of Deep Magenta #CF05C4
RGB
CMYK
RGB Variations
Color information
#CF05C4 (or 0xCF05C4) is known color: Deep Magenta. HEX triplet: CF, 05 and C4. RGB value is (207,5,196). Sum of RGB (Red+Green+Blue) = 207+5+196=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF05C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF05C4 is #30FA3B. Grayscale: #565656. Windows color (decimal): -3209788 or 12846543. OLE color: 12846543.
HSL color Cylindrical-coordinate representation of color #CF05C4: hue angle of 303.27º 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 #CF05C4 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 5 | 196 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.19 |
| HSL | 303.27º | 0.95% | 0.42% | - |
| HSV(B) | 303.27º | 0.98% | 0.81% | - |
| XYZ | 35.75 | 17.36 | 53.69 | - |
| YUV | 87.17 | 189.42 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 5 | 196 | 0 | 0.98 | 0.05 | 0.19 | 303.27 | 0.95 | 0.42 |
| Hex | CF | 5 | C4 | 0 | 62 | 5 | 13 | 12F | 5F | 2A |
| Octal | 317 | 5 | 304 | 0 | 142 | 5 | 23 | 457 | 137 | 52 |
| Binary | 11001111 | 101 | 11000100 | 0 | 1100010 | 101 | 10011 | 100101111 | 1011111 | 101010 |
Color Harmonies of #CF05C4
Complementary color
Monochromatic Colors of #CF05C4
Black with #CF05C4
Text Example
Text Example
White with #CF05C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF05C4; }
p { color: rgb(207,5,196); }
H1.HeaderClassName
{
color: #CF05C4;
}
.AnyTagClassName
{
color: #CF05C4;
}
</style>
background-color css
<style>
a { background-color: #CF05C4; }
a { background-color: rgb(207,5,196); }
div.DivClassName
{
background-color: #CF05C4;
}
.BgClassName
{
background-color: #CF05C4;
}
</style>
border-color css
<style>
span { border-color: #CF05C4; }
span { border-color: rgb(207,5,196); }
td.TdClassName
{
border-color: #CF05C4;
}
.TagClassName
{
border-color: #CF05C4;
}
</style>