Shades of Deep Magenta #C813CC
Tints of Deep Magenta #C813CC
RGB
CMYK
RGB Variations
Color information
#C813CC (or 0xC813CC) is known color: Deep Magenta. HEX triplet: C8, 13 and CC. RGB value is (200,19,204). Sum of RGB (Red+Green+Blue) = 200+19+204=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C813CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C813CC is #37EC33. Grayscale: #5D5D5D. Windows color (decimal): -3664948 or 13374408. OLE color: 13374408.
HSL color Cylindrical-coordinate representation of color #C813CC: hue angle of 298.7º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C813CC is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 19 | 204 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.2 |
| HSL | 298.7º | 0.83% | 0.44% | - |
| HSV(B) | 298.7º | 0.91% | 0.8% | - |
| XYZ | 34.95 | 17.1 | 58.59 | - |
| YUV | 94.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 204 | 0.02 | 0.91 | 0 | 0.2 | 298.7 | 0.83 | 0.44 |
| Hex | C8 | 13 | CC | 2 | 5B | 0 | 14 | 12B | 53 | 2C |
| Octal | 310 | 23 | 314 | 2 | 133 | 0 | 24 | 453 | 123 | 54 |
| Binary | 11001000 | 10011 | 11001100 | 10 | 1011011 | 0 | 10100 | 100101011 | 1010011 | 101100 |
Color Harmonies of #C813CC
Complementary color
Monochromatic Colors of #C813CC
Black with #C813CC
Text Example
Text Example
White with #C813CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813CC; }
p { color: rgb(200,19,204); }
H1.HeaderClassName
{
color: #C813CC;
}
.AnyTagClassName
{
color: #C813CC;
}
</style>
background-color css
<style>
a { background-color: #C813CC; }
a { background-color: rgb(200,19,204); }
div.DivClassName
{
background-color: #C813CC;
}
.BgClassName
{
background-color: #C813CC;
}
</style>
border-color css
<style>
span { border-color: #C813CC; }
span { border-color: rgb(200,19,204); }
td.TdClassName
{
border-color: #C813CC;
}
.TagClassName
{
border-color: #C813CC;
}
</style>