Shades of Deep Magenta #CF1CB4
Tints of Deep Magenta #CF1CB4
RGB
CMYK
RGB Variations
Color information
#CF1CB4 (or 0xCF1CB4) is known color: Deep Magenta. HEX triplet: CF, 1C and B4. RGB value is (207,28,180). Sum of RGB (Red+Green+Blue) = 207+28+180=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 180 (70.70% from 255 or 43.37% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF1CB4 is #30E34B. Grayscale: #626262. Windows color (decimal): -3203916 or 11803855. OLE color: 11803855.
HSL color Cylindrical-coordinate representation of color #CF1CB4: hue angle of 309.05º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF1CB4 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 28 | 180 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.19 |
| HSL | 309.05º | 0.76% | 0.46% | - |
| HSV(B) | 309.05º | 0.86% | 0.81% | - |
| XYZ | 34.39 | 17.39 | 44.72 | - |
| YUV | 98.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 28 | 180 | 0 | 0.86 | 0.13 | 0.19 | 309.05 | 0.76 | 0.46 |
| Hex | CF | 1C | B4 | 0 | 56 | D | 13 | 135 | 4C | 2E |
| Octal | 317 | 34 | 264 | 0 | 126 | 15 | 23 | 465 | 114 | 56 |
| Binary | 11001111 | 11100 | 10110100 | 0 | 1010110 | 1101 | 10011 | 100110101 | 1001100 | 101110 |
Color Harmonies of #CF1CB4
Complementary color
Monochromatic Colors of #CF1CB4
Black with #CF1CB4
Text Example
Text Example
White with #CF1CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1CB4; }
p { color: rgb(207,28,180); }
H1.HeaderClassName
{
color: #CF1CB4;
}
.AnyTagClassName
{
color: #CF1CB4;
}
</style>
background-color css
<style>
a { background-color: #CF1CB4; }
a { background-color: rgb(207,28,180); }
div.DivClassName
{
background-color: #CF1CB4;
}
.BgClassName
{
background-color: #CF1CB4;
}
</style>
border-color css
<style>
span { border-color: #CF1CB4; }
span { border-color: rgb(207,28,180); }
td.TdClassName
{
border-color: #CF1CB4;
}
.TagClassName
{
border-color: #CF1CB4;
}
</style>