Shades of Deep Magenta #C909CF
Tints of Deep Magenta #C909CF
RGB
CMYK
RGB Variations
Color information
#C909CF (or 0xC909CF) is known color: Deep Magenta. HEX triplet: C9, 09 and CF. RGB value is (201,9,207). Sum of RGB (Red+Green+Blue) = 201+9+207=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #C909CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C909CF is #36F630. Grayscale: #585858. Windows color (decimal): -3601969 or 13568457. OLE color: 13568457.
HSL color Cylindrical-coordinate representation of color #C909CF: hue angle of 298.18º degrees, saturation: 0.92, 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 #C909CF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 9 | 207 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.19 |
| HSL | 298.18º | 0.92% | 0.42% | - |
| HSV(B) | 298.18º | 0.96% | 0.81% | - |
| XYZ | 35.45 | 17.12 | 60.47 | - |
| YUV | 88.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 207 | 0.03 | 0.96 | 0 | 0.19 | 298.18 | 0.92 | 0.42 |
| Hex | C9 | 9 | CF | 3 | 60 | 0 | 13 | 12A | 5C | 2A |
| Octal | 311 | 11 | 317 | 3 | 140 | 0 | 23 | 452 | 134 | 52 |
| Binary | 11001001 | 1001 | 11001111 | 11 | 1100000 | 0 | 10011 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C909CF
Complementary color
Monochromatic Colors of #C909CF
Black with #C909CF
Text Example
Text Example
White with #C909CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C909CF; }
p { color: rgb(201,9,207); }
H1.HeaderClassName
{
color: #C909CF;
}
.AnyTagClassName
{
color: #C909CF;
}
</style>
background-color css
<style>
a { background-color: #C909CF; }
a { background-color: rgb(201,9,207); }
div.DivClassName
{
background-color: #C909CF;
}
.BgClassName
{
background-color: #C909CF;
}
</style>
border-color css
<style>
span { border-color: #C909CF; }
span { border-color: rgb(201,9,207); }
td.TdClassName
{
border-color: #C909CF;
}
.TagClassName
{
border-color: #C909CF;
}
</style>