Shades of Deep Magenta #C81BCF
Tints of Deep Magenta #C81BCF
RGB
CMYK
RGB Variations
Color information
#C81BCF (or 0xC81BCF) is known color: Deep Magenta. HEX triplet: C8, 1B and CF. RGB value is (200,27,207). Sum of RGB (Red+Green+Blue) = 200+27+207=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C81BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81BCF is #37E430. Grayscale: #626262. Windows color (decimal): -3662897 or 13573064. OLE color: 13573064.
HSL color Cylindrical-coordinate representation of color #C81BCF: hue angle of 297.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81BCF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 27 | 207 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.19 |
| HSL | 297.67º | 0.77% | 0.46% | - |
| HSV(B) | 297.67º | 0.87% | 0.81% | - |
| XYZ | 35.47 | 17.57 | 60.55 | - |
| YUV | 99.25 | 188.81 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 207 | 0.03 | 0.87 | 0 | 0.19 | 297.67 | 0.77 | 0.46 |
| Hex | C8 | 1B | CF | 3 | 57 | 0 | 13 | 12A | 4D | 2E |
| Octal | 310 | 33 | 317 | 3 | 127 | 0 | 23 | 452 | 115 | 56 |
| Binary | 11001000 | 11011 | 11001111 | 11 | 1010111 | 0 | 10011 | 100101010 | 1001101 | 101110 |
Color Harmonies of #C81BCF
Complementary color
Monochromatic Colors of #C81BCF
Black with #C81BCF
Text Example
Text Example
White with #C81BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BCF; }
p { color: rgb(200,27,207); }
H1.HeaderClassName
{
color: #C81BCF;
}
.AnyTagClassName
{
color: #C81BCF;
}
</style>
background-color css
<style>
a { background-color: #C81BCF; }
a { background-color: rgb(200,27,207); }
div.DivClassName
{
background-color: #C81BCF;
}
.BgClassName
{
background-color: #C81BCF;
}
</style>
border-color css
<style>
span { border-color: #C81BCF; }
span { border-color: rgb(200,27,207); }
td.TdClassName
{
border-color: #C81BCF;
}
.TagClassName
{
border-color: #C81BCF;
}
</style>