Shades of Deep Magenta #C90FCF
Tints of Deep Magenta #C90FCF
RGB
CMYK
RGB Variations
Color information
#C90FCF (or 0xC90FCF) is known color: Deep Magenta. HEX triplet: C9, 0F and CF. RGB value is (201,15,207). Sum of RGB (Red+Green+Blue) = 201+15+207=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #C90FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90FCF is #36F030. Grayscale: #5B5B5B. Windows color (decimal): -3600433 or 13569993. OLE color: 13569993.
HSL color Cylindrical-coordinate representation of color #C90FCF: hue angle of 298.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FCF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 15 | 207 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.19 |
| HSL | 298.13º | 0.86% | 0.44% | - |
| HSV(B) | 298.13º | 0.93% | 0.81% | - |
| XYZ | 35.52 | 17.26 | 60.49 | - |
| YUV | 92.5 | 192.62 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 207 | 0.03 | 0.93 | 0 | 0.19 | 298.13 | 0.86 | 0.44 |
| Hex | C9 | F | CF | 3 | 5D | 0 | 13 | 12A | 56 | 2C |
| Octal | 311 | 17 | 317 | 3 | 135 | 0 | 23 | 452 | 126 | 54 |
| Binary | 11001001 | 1111 | 11001111 | 11 | 1011101 | 0 | 10011 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C90FCF
Complementary color
Monochromatic Colors of #C90FCF
Black with #C90FCF
Text Example
Text Example
White with #C90FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FCF; }
p { color: rgb(201,15,207); }
H1.HeaderClassName
{
color: #C90FCF;
}
.AnyTagClassName
{
color: #C90FCF;
}
</style>
background-color css
<style>
a { background-color: #C90FCF; }
a { background-color: rgb(201,15,207); }
div.DivClassName
{
background-color: #C90FCF;
}
.BgClassName
{
background-color: #C90FCF;
}
</style>
border-color css
<style>
span { border-color: #C90FCF; }
span { border-color: rgb(201,15,207); }
td.TdClassName
{
border-color: #C90FCF;
}
.TagClassName
{
border-color: #C90FCF;
}
</style>