Shades of Deep Magenta #C000CF
Tints of Deep Magenta #C000CF
RGB
CMYK
RGB Variations
Color information
#C000CF (or 0xC000CF) is known color: Deep Magenta. HEX triplet: C0, 00 and CF. RGB value is (192,0,207). Sum of RGB (Red+Green+Blue) = 192+0+207=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #C000CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000CF is #3FFF30. Grayscale: #505050. Windows color (decimal): -4194097 or 13566144. OLE color: 13566144.
HSL color Cylindrical-coordinate representation of color #C000CF: hue angle of 295.65º 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 #C000CF is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 0 | 207 | - |
| CMYK | 0.07 | 1 | 0 | 0.19 |
| HSL | 295.65º | 1% | 0.41% | - |
| HSV(B) | 295.65º | 1% | 0.81% | - |
| XYZ | 33 | 15.71 | 60.32 | - |
| YUV | 81.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 207 | 0.07 | 1 | 0 | 0.19 | 295.65 | 1 | 0.41 |
| Hex | C0 | 0 | CF | 7 | 64 | 0 | 13 | 128 | 64 | 29 |
| Octal | 300 | 0 | 317 | 7 | 144 | 0 | 23 | 450 | 144 | 51 |
| Binary | 11000000 | 0 | 11001111 | 111 | 1100100 | 0 | 10011 | 100101000 | 1100100 | 101001 |
Color Harmonies of #C000CF
Complementary color
Monochromatic Colors of #C000CF
Black with #C000CF
Text Example
Text Example
White with #C000CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C000CF; }
p { color: rgb(192,0,207); }
H1.HeaderClassName
{
color: #C000CF;
}
.AnyTagClassName
{
color: #C000CF;
}
</style>
background-color css
<style>
a { background-color: #C000CF; }
a { background-color: rgb(192,0,207); }
div.DivClassName
{
background-color: #C000CF;
}
.BgClassName
{
background-color: #C000CF;
}
</style>
border-color css
<style>
span { border-color: #C000CF; }
span { border-color: rgb(192,0,207); }
td.TdClassName
{
border-color: #C000CF;
}
.TagClassName
{
border-color: #C000CF;
}
</style>