Shades of Deep Magenta #C813CA
Tints of Deep Magenta #C813CA
RGB
CMYK
RGB Variations
Color information
#C813CA (or 0xC813CA) is known color: Deep Magenta. HEX triplet: C8, 13 and CA. RGB value is (200,19,202). Sum of RGB (Red+Green+Blue) = 200+19+202=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #C813CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813CA is #37EC35. Grayscale: #5D5D5D. Windows color (decimal): -3664950 or 13243336. OLE color: 13243336.
HSL color Cylindrical-coordinate representation of color #C813CA: hue angle of 299.34º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813CA is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 19 | 202 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.21 |
| HSL | 299.34º | 0.83% | 0.43% | - |
| HSV(B) | 299.34º | 0.91% | 0.79% | - |
| XYZ | 34.71 | 17.01 | 57.33 | - |
| YUV | 93.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 202 | 0.01 | 0.91 | 0 | 0.21 | 299.34 | 0.83 | 0.43 |
| Hex | C8 | 13 | CA | 1 | 5B | 0 | 15 | 12B | 53 | 2B |
| Octal | 310 | 23 | 312 | 1 | 133 | 0 | 25 | 453 | 123 | 53 |
| Binary | 11001000 | 10011 | 11001010 | 1 | 1011011 | 0 | 10101 | 100101011 | 1010011 | 101011 |
Color Harmonies of #C813CA
Complementary color
Monochromatic Colors of #C813CA
Black with #C813CA
Text Example
Text Example
White with #C813CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813CA; }
p { color: rgb(200,19,202); }
H1.HeaderClassName
{
color: #C813CA;
}
.AnyTagClassName
{
color: #C813CA;
}
</style>
background-color css
<style>
a { background-color: #C813CA; }
a { background-color: rgb(200,19,202); }
div.DivClassName
{
background-color: #C813CA;
}
.BgClassName
{
background-color: #C813CA;
}
</style>
border-color css
<style>
span { border-color: #C813CA; }
span { border-color: rgb(200,19,202); }
td.TdClassName
{
border-color: #C813CA;
}
.TagClassName
{
border-color: #C813CA;
}
</style>