Shades of Deep Magenta #CF1FC4
Tints of Deep Magenta #CF1FC4
RGB
CMYK
RGB Variations
Color information
#CF1FC4 (or 0xCF1FC4) is known color: Deep Magenta. HEX triplet: CF, 1F and C4. RGB value is (207,31,196). Sum of RGB (Red+Green+Blue) = 207+31+196=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1FC4 is #30E03B. Grayscale: #656565. Windows color (decimal): -3203132 or 12853199. OLE color: 12853199.
HSL color Cylindrical-coordinate representation of color #CF1FC4: hue angle of 303.75º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1FC4 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 196 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.19 |
| HSL | 303.75º | 0.74% | 0.47% | - |
| HSV(B) | 303.75º | 0.85% | 0.81% | - |
| XYZ | 36.19 | 18.23 | 53.84 | - |
| YUV | 102.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 196 | 0 | 0.85 | 0.05 | 0.19 | 303.75 | 0.74 | 0.47 |
| Hex | CF | 1F | C4 | 0 | 55 | 5 | 13 | 130 | 4A | 2F |
| Octal | 317 | 37 | 304 | 0 | 125 | 5 | 23 | 460 | 112 | 57 |
| Binary | 11001111 | 11111 | 11000100 | 0 | 1010101 | 101 | 10011 | 100110000 | 1001010 | 101111 |
Color Harmonies of #CF1FC4
Complementary color
Monochromatic Colors of #CF1FC4
Black with #CF1FC4
Text Example
Text Example
White with #CF1FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1FC4; }
p { color: rgb(207,31,196); }
H1.HeaderClassName
{
color: #CF1FC4;
}
.AnyTagClassName
{
color: #CF1FC4;
}
</style>
background-color css
<style>
a { background-color: #CF1FC4; }
a { background-color: rgb(207,31,196); }
div.DivClassName
{
background-color: #CF1FC4;
}
.BgClassName
{
background-color: #CF1FC4;
}
</style>
border-color css
<style>
span { border-color: #CF1FC4; }
span { border-color: rgb(207,31,196); }
td.TdClassName
{
border-color: #CF1FC4;
}
.TagClassName
{
border-color: #CF1FC4;
}
</style>