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