Shades of Deep Magenta #C813CF
Tints of Deep Magenta #C813CF
RGB
CMYK
RGB Variations
Color information
#C813CF (or 0xC813CF) is known color: Deep Magenta. HEX triplet: C8, 13 and CF. RGB value is (200,19,207). Sum of RGB (Red+Green+Blue) = 200+19+207=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #C813CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813CF is #37EC30. Grayscale: #5D5D5D. Windows color (decimal): -3664945 or 13571016. OLE color: 13571016.
HSL color Cylindrical-coordinate representation of color #C813CF: hue angle of 297.77º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813CF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 19 | 207 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.19 |
| HSL | 297.77º | 0.83% | 0.44% | - |
| HSV(B) | 297.77º | 0.91% | 0.81% | - |
| XYZ | 35.31 | 17.25 | 60.5 | - |
| YUV | 94.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 207 | 0.03 | 0.91 | 0 | 0.19 | 297.77 | 0.83 | 0.44 |
| Hex | C8 | 13 | CF | 3 | 5B | 0 | 13 | 12A | 53 | 2C |
| Octal | 310 | 23 | 317 | 3 | 133 | 0 | 23 | 452 | 123 | 54 |
| Binary | 11001000 | 10011 | 11001111 | 11 | 1011011 | 0 | 10011 | 100101010 | 1010011 | 101100 |
Color Harmonies of #C813CF
Complementary color
Monochromatic Colors of #C813CF
Black with #C813CF
Text Example
Text Example
White with #C813CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813CF; }
p { color: rgb(200,19,207); }
H1.HeaderClassName
{
color: #C813CF;
}
.AnyTagClassName
{
color: #C813CF;
}
</style>
background-color css
<style>
a { background-color: #C813CF; }
a { background-color: rgb(200,19,207); }
div.DivClassName
{
background-color: #C813CF;
}
.BgClassName
{
background-color: #C813CF;
}
</style>
border-color css
<style>
span { border-color: #C813CF; }
span { border-color: rgb(200,19,207); }
td.TdClassName
{
border-color: #C813CF;
}
.TagClassName
{
border-color: #C813CF;
}
</style>