Shades of Deep Magenta #C81CBC
Tints of Deep Magenta #C81CBC
RGB
CMYK
RGB Variations
Color information
#C81CBC (or 0xC81CBC) is known color: Deep Magenta. HEX triplet: C8, 1C and BC. RGB value is (200,28,188). Sum of RGB (Red+Green+Blue) = 200+28+188=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C81CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CBC is #37E343. Grayscale: #616161. Windows color (decimal): -3662660 or 12328136. OLE color: 12328136.
HSL color Cylindrical-coordinate representation of color #C81CBC: hue angle of 304.19º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81CBC is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 188 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.22 |
| HSL | 304.19º | 0.75% | 0.45% | - |
| HSV(B) | 304.19º | 0.86% | 0.78% | - |
| XYZ | 33.31 | 16.74 | 49.05 | - |
| YUV | 97.67 | 178.98 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 188 | 0 | 0.86 | 0.06 | 0.22 | 304.19 | 0.75 | 0.45 |
| Hex | C8 | 1C | BC | 0 | 56 | 6 | 16 | 130 | 4B | 2D |
| Octal | 310 | 34 | 274 | 0 | 126 | 6 | 26 | 460 | 113 | 55 |
| Binary | 11001000 | 11100 | 10111100 | 0 | 1010110 | 110 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C81CBC
Complementary color
Monochromatic Colors of #C81CBC
Black with #C81CBC
Text Example
Text Example
White with #C81CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CBC; }
p { color: rgb(200,28,188); }
H1.HeaderClassName
{
color: #C81CBC;
}
.AnyTagClassName
{
color: #C81CBC;
}
</style>
background-color css
<style>
a { background-color: #C81CBC; }
a { background-color: rgb(200,28,188); }
div.DivClassName
{
background-color: #C81CBC;
}
.BgClassName
{
background-color: #C81CBC;
}
</style>
border-color css
<style>
span { border-color: #C81CBC; }
span { border-color: rgb(200,28,188); }
td.TdClassName
{
border-color: #C81CBC;
}
.TagClassName
{
border-color: #C81CBC;
}
</style>