Shades of Deep Magenta #C928CF
Tints of Deep Magenta #C928CF
RGB
CMYK
RGB Variations
Color information
#C928CF (or 0xC928CF) is known color: Deep Magenta. HEX triplet: C9, 28 and CF. RGB value is (201,40,207). Sum of RGB (Red+Green+Blue) = 201+40+207=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #C928CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C928CF is #36D730. Grayscale: #6A6A6A. Windows color (decimal): -3594033 or 13576393. OLE color: 13576393.
HSL color Cylindrical-coordinate representation of color #C928CF: hue angle of 297.84º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C928CF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 40 | 207 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.19 |
| HSL | 297.84º | 0.68% | 0.48% | - |
| HSV(B) | 297.84º | 0.81% | 0.81% | - |
| XYZ | 36.11 | 18.44 | 60.69 | - |
| YUV | 107.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 207 | 0.03 | 0.81 | 0 | 0.19 | 297.84 | 0.68 | 0.48 |
| Hex | C9 | 28 | CF | 3 | 51 | 0 | 13 | 12A | 44 | 30 |
| Octal | 311 | 50 | 317 | 3 | 121 | 0 | 23 | 452 | 104 | 60 |
| Binary | 11001001 | 101000 | 11001111 | 11 | 1010001 | 0 | 10011 | 100101010 | 1000100 | 110000 |
Color Harmonies of #C928CF
Complementary color
Monochromatic Colors of #C928CF
Black with #C928CF
Text Example
Text Example
White with #C928CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C928CF; }
p { color: rgb(201,40,207); }
H1.HeaderClassName
{
color: #C928CF;
}
.AnyTagClassName
{
color: #C928CF;
}
</style>
background-color css
<style>
a { background-color: #C928CF; }
a { background-color: rgb(201,40,207); }
div.DivClassName
{
background-color: #C928CF;
}
.BgClassName
{
background-color: #C928CF;
}
</style>
border-color css
<style>
span { border-color: #C928CF; }
span { border-color: rgb(201,40,207); }
td.TdClassName
{
border-color: #C928CF;
}
.TagClassName
{
border-color: #C928CF;
}
</style>