Shades of Deep Magenta #C901CF
Tints of Deep Magenta #C901CF
RGB
CMYK
RGB Variations
Color information
#C901CF (or 0xC901CF) is known color: Deep Magenta. HEX triplet: C9, 01 and CF. RGB value is (201,1,207). Sum of RGB (Red+Green+Blue) = 201+1+207=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C901CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C901CF is #36FE30. Grayscale: #535353. Windows color (decimal): -3604017 or 13566409. OLE color: 13566409.
HSL color Cylindrical-coordinate representation of color #C901CF: hue angle of 298.25º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901CF is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 1 | 207 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.19 |
| HSL | 298.25º | 0.99% | 0.41% | - |
| HSV(B) | 298.25º | 1% | 0.81% | - |
| XYZ | 35.36 | 16.94 | 60.44 | - |
| YUV | 84.28 | 197.26 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 207 | 0.03 | 1.00 | 0 | 0.19 | 298.25 | 0.99 | 0.41 |
| Hex | C9 | 1 | CF | 3 | 64 | 0 | 13 | 12A | 63 | 29 |
| Octal | 311 | 1 | 317 | 3 | 144 | 0 | 23 | 452 | 143 | 51 |
| Binary | 11001001 | 1 | 11001111 | 11 | 1100100 | 0 | 10011 | 100101010 | 1100011 | 101001 |
Color Harmonies of #C901CF
Complementary color
Monochromatic Colors of #C901CF
Black with #C901CF
Text Example
Text Example
White with #C901CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C901CF; }
p { color: rgb(201,1,207); }
H1.HeaderClassName
{
color: #C901CF;
}
.AnyTagClassName
{
color: #C901CF;
}
</style>
background-color css
<style>
a { background-color: #C901CF; }
a { background-color: rgb(201,1,207); }
div.DivClassName
{
background-color: #C901CF;
}
.BgClassName
{
background-color: #C901CF;
}
</style>
border-color css
<style>
span { border-color: #C901CF; }
span { border-color: rgb(201,1,207); }
td.TdClassName
{
border-color: #C901CF;
}
.TagClassName
{
border-color: #C901CF;
}
</style>