Shades of Deep Magenta #CF0FC4
Tints of Deep Magenta #CF0FC4
RGB
CMYK
RGB Variations
Color information
#CF0FC4 (or 0xCF0FC4) is known color: Deep Magenta. HEX triplet: CF, 0F and C4. RGB value is (207,15,196). Sum of RGB (Red+Green+Blue) = 207+15+196=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0FC4 is #30F03B. Grayscale: #5C5C5C. Windows color (decimal): -3207228 or 12849103. OLE color: 12849103.
HSL color Cylindrical-coordinate representation of color #CF0FC4: hue angle of 303.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FC4 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 196 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.19 |
| HSL | 303.44º | 0.86% | 0.44% | - |
| HSV(B) | 303.44º | 0.93% | 0.81% | - |
| XYZ | 35.87 | 17.59 | 53.73 | - |
| YUV | 93.04 | 186.11 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 196 | 0 | 0.93 | 0.05 | 0.19 | 303.44 | 0.86 | 0.44 |
| Hex | CF | F | C4 | 0 | 5D | 5 | 13 | 12F | 56 | 2C |
| Octal | 317 | 17 | 304 | 0 | 135 | 5 | 23 | 457 | 126 | 54 |
| Binary | 11001111 | 1111 | 11000100 | 0 | 1011101 | 101 | 10011 | 100101111 | 1010110 | 101100 |
Color Harmonies of #CF0FC4
Complementary color
Monochromatic Colors of #CF0FC4
Black with #CF0FC4
Text Example
Text Example
White with #CF0FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FC4; }
p { color: rgb(207,15,196); }
H1.HeaderClassName
{
color: #CF0FC4;
}
.AnyTagClassName
{
color: #CF0FC4;
}
</style>
background-color css
<style>
a { background-color: #CF0FC4; }
a { background-color: rgb(207,15,196); }
div.DivClassName
{
background-color: #CF0FC4;
}
.BgClassName
{
background-color: #CF0FC4;
}
</style>
border-color css
<style>
span { border-color: #CF0FC4; }
span { border-color: rgb(207,15,196); }
td.TdClassName
{
border-color: #CF0FC4;
}
.TagClassName
{
border-color: #CF0FC4;
}
</style>