Shades of Deep Magenta #CF00C4
Tints of Deep Magenta #CF00C4
RGB
CMYK
RGB Variations
Color information
#CF00C4 (or 0xCF00C4) is known color: Deep Magenta. HEX triplet: CF, 00 and C4. RGB value is (207,0,196). Sum of RGB (Red+Green+Blue) = 207+0+196=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00C4 is #30FF3B. Grayscale: #535353. Windows color (decimal): -3211068 or 12845263. OLE color: 12845263.
HSL color Cylindrical-coordinate representation of color #CF00C4: hue angle of 303.19º 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 #CF00C4 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 196 | - |
| CMYK | 0 | 1 | 0.05 | 0.19 |
| HSL | 303.19º | 1% | 0.41% | - |
| HSV(B) | 303.19º | 1% | 0.81% | - |
| XYZ | 35.7 | 17.25 | 53.67 | - |
| YUV | 84.24 | 191.08 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 196 | 0 | 1 | 0.05 | 0.19 | 303.19 | 1 | 0.41 |
| Hex | CF | 0 | C4 | 0 | 64 | 5 | 13 | 12F | 64 | 29 |
| Octal | 317 | 0 | 304 | 0 | 144 | 5 | 23 | 457 | 144 | 51 |
| Binary | 11001111 | 0 | 11000100 | 0 | 1100100 | 101 | 10011 | 100101111 | 1100100 | 101001 |
Color Harmonies of #CF00C4
Complementary color
Monochromatic Colors of #CF00C4
Black with #CF00C4
Text Example
Text Example
White with #CF00C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00C4; }
p { color: rgb(207,0,196); }
H1.HeaderClassName
{
color: #CF00C4;
}
.AnyTagClassName
{
color: #CF00C4;
}
</style>
background-color css
<style>
a { background-color: #CF00C4; }
a { background-color: rgb(207,0,196); }
div.DivClassName
{
background-color: #CF00C4;
}
.BgClassName
{
background-color: #CF00C4;
}
</style>
border-color css
<style>
span { border-color: #CF00C4; }
span { border-color: rgb(207,0,196); }
td.TdClassName
{
border-color: #CF00C4;
}
.TagClassName
{
border-color: #CF00C4;
}
</style>