Shades of Deep Magenta #C81CE5
Tints of Deep Magenta #C81CE5
RGB
CMYK
RGB Variations
Color information
#C81CE5 (or 0xC81CE5) is known color: Deep Magenta. HEX triplet: C8, 1C and E5. RGB value is (200,28,229). Sum of RGB (Red+Green+Blue) = 200+28+229=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 229 (89.84% from 255 or 50.11% from 457); Max value from RGB is 229 - color contains mainly: blue. Hex color #C81CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C81CE5 is #37E31A. Grayscale: #656565. Windows color (decimal): -3662619 or 15015112. OLE color: 15015112.
HSL color Cylindrical-coordinate representation of color #C81CE5: hue angle of 291.34º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81CE5 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 28 | 229 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.10 |
| HSL | 291.34º | 0.79% | 0.5% | - |
| HSV(B) | 291.34º | 0.88% | 0.9% | - |
| XYZ | 38.38 | 18.77 | 75.73 | - |
| YUV | 102.34 | 199.48 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 229 | 0.13 | 0.88 | 0 | 0.10 | 291.34 | 0.79 | 0.5 |
| Hex | C8 | 1C | E5 | D | 58 | 0 | A | 123 | 4F | 32 |
| Octal | 310 | 34 | 345 | 15 | 130 | 0 | 12 | 443 | 117 | 62 |
| Binary | 11001000 | 11100 | 11100101 | 1101 | 1011000 | 0 | 1010 | 100100011 | 1001111 | 110010 |
Color Harmonies of #C81CE5
Complementary color
Monochromatic Colors of #C81CE5
Black with #C81CE5
Text Example
Text Example
White with #C81CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CE5; }
p { color: rgb(200,28,229); }
H1.HeaderClassName
{
color: #C81CE5;
}
.AnyTagClassName
{
color: #C81CE5;
}
</style>
background-color css
<style>
a { background-color: #C81CE5; }
a { background-color: rgb(200,28,229); }
div.DivClassName
{
background-color: #C81CE5;
}
.BgClassName
{
background-color: #C81CE5;
}
</style>
border-color css
<style>
span { border-color: #C81CE5; }
span { border-color: rgb(200,28,229); }
td.TdClassName
{
border-color: #C81CE5;
}
.TagClassName
{
border-color: #C81CE5;
}
</style>