Shades of Deep Magenta #CF06C4
Tints of Deep Magenta #CF06C4
RGB
CMYK
RGB Variations
Color information
#CF06C4 (or 0xCF06C4) is known color: Deep Magenta. HEX triplet: CF, 06 and C4. RGB value is (207,6,196). Sum of RGB (Red+Green+Blue) = 207+6+196=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06C4 is #30F93B. Grayscale: #575757. Windows color (decimal): -3209532 or 12846799. OLE color: 12846799.
HSL color Cylindrical-coordinate representation of color #CF06C4: hue angle of 303.28º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06C4 is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 196 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.19 |
| HSL | 303.28º | 0.94% | 0.42% | - |
| HSV(B) | 303.28º | 0.97% | 0.81% | - |
| XYZ | 35.76 | 17.38 | 53.69 | - |
| YUV | 87.76 | 189.09 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 196 | 0 | 0.97 | 0.05 | 0.19 | 303.28 | 0.94 | 0.42 |
| Hex | CF | 6 | C4 | 0 | 61 | 5 | 13 | 12F | 5E | 2A |
| Octal | 317 | 6 | 304 | 0 | 141 | 5 | 23 | 457 | 136 | 52 |
| Binary | 11001111 | 110 | 11000100 | 0 | 1100001 | 101 | 10011 | 100101111 | 1011110 | 101010 |
Color Harmonies of #CF06C4
Complementary color
Monochromatic Colors of #CF06C4
Black with #CF06C4
Text Example
Text Example
White with #CF06C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06C4; }
p { color: rgb(207,6,196); }
H1.HeaderClassName
{
color: #CF06C4;
}
.AnyTagClassName
{
color: #CF06C4;
}
</style>
background-color css
<style>
a { background-color: #CF06C4; }
a { background-color: rgb(207,6,196); }
div.DivClassName
{
background-color: #CF06C4;
}
.BgClassName
{
background-color: #CF06C4;
}
</style>
border-color css
<style>
span { border-color: #CF06C4; }
span { border-color: rgb(207,6,196); }
td.TdClassName
{
border-color: #CF06C4;
}
.TagClassName
{
border-color: #CF06C4;
}
</style>