Shades of Deep Magenta #C80FCF
Tints of Deep Magenta #C80FCF
RGB
CMYK
RGB Variations
Color information
#C80FCF (or 0xC80FCF) is known color: Deep Magenta. HEX triplet: C8, 0F and CF. RGB value is (200,15,207). Sum of RGB (Red+Green+Blue) = 200+15+207=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #C80FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FCF is #37F030. Grayscale: #5B5B5B. Windows color (decimal): -3665969 or 13569992. OLE color: 13569992.
HSL color Cylindrical-coordinate representation of color #C80FCF: hue angle of 297.81º 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 #C80FCF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 15 | 207 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.19 |
| HSL | 297.81º | 0.86% | 0.44% | - |
| HSV(B) | 297.81º | 0.93% | 0.81% | - |
| XYZ | 35.25 | 17.13 | 60.48 | - |
| YUV | 92.2 | 192.79 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 15 | 207 | 0.03 | 0.93 | 0 | 0.19 | 297.81 | 0.86 | 0.44 |
| Hex | C8 | F | CF | 3 | 5D | 0 | 13 | 12A | 56 | 2C |
| Octal | 310 | 17 | 317 | 3 | 135 | 0 | 23 | 452 | 126 | 54 |
| Binary | 11001000 | 1111 | 11001111 | 11 | 1011101 | 0 | 10011 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C80FCF
Complementary color
Monochromatic Colors of #C80FCF
Black with #C80FCF
Text Example
Text Example
White with #C80FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80FCF; }
p { color: rgb(200,15,207); }
H1.HeaderClassName
{
color: #C80FCF;
}
.AnyTagClassName
{
color: #C80FCF;
}
</style>
background-color css
<style>
a { background-color: #C80FCF; }
a { background-color: rgb(200,15,207); }
div.DivClassName
{
background-color: #C80FCF;
}
.BgClassName
{
background-color: #C80FCF;
}
</style>
border-color css
<style>
span { border-color: #C80FCF; }
span { border-color: rgb(200,15,207); }
td.TdClassName
{
border-color: #C80FCF;
}
.TagClassName
{
border-color: #C80FCF;
}
</style>