Shades of Deep Magenta #C908CF
Tints of Deep Magenta #C908CF
RGB
CMYK
RGB Variations
Color information
#C908CF (or 0xC908CF) is known color: Deep Magenta. HEX triplet: C9, 08 and CF. RGB value is (201,8,207). Sum of RGB (Red+Green+Blue) = 201+8+207=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #C908CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908CF is #36F730. Grayscale: #575757. Windows color (decimal): -3602225 or 13568201. OLE color: 13568201.
HSL color Cylindrical-coordinate representation of color #C908CF: hue angle of 298.19º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908CF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 8 | 207 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.19 |
| HSL | 298.19º | 0.93% | 0.42% | - |
| HSV(B) | 298.19º | 0.96% | 0.81% | - |
| XYZ | 35.44 | 17.1 | 60.46 | - |
| YUV | 88.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 207 | 0.03 | 0.96 | 0 | 0.19 | 298.19 | 0.93 | 0.42 |
| Hex | C9 | 8 | CF | 3 | 60 | 0 | 13 | 12A | 5D | 2A |
| Octal | 311 | 10 | 317 | 3 | 140 | 0 | 23 | 452 | 135 | 52 |
| Binary | 11001001 | 1000 | 11001111 | 11 | 1100000 | 0 | 10011 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C908CF
Complementary color
Monochromatic Colors of #C908CF
Black with #C908CF
Text Example
Text Example
White with #C908CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908CF; }
p { color: rgb(201,8,207); }
H1.HeaderClassName
{
color: #C908CF;
}
.AnyTagClassName
{
color: #C908CF;
}
</style>
background-color css
<style>
a { background-color: #C908CF; }
a { background-color: rgb(201,8,207); }
div.DivClassName
{
background-color: #C908CF;
}
.BgClassName
{
background-color: #C908CF;
}
</style>
border-color css
<style>
span { border-color: #C908CF; }
span { border-color: rgb(201,8,207); }
td.TdClassName
{
border-color: #C908CF;
}
.TagClassName
{
border-color: #C908CF;
}
</style>