Shades of Deep Magenta #C508CC
Tints of Deep Magenta #C508CC
RGB
CMYK
RGB Variations
Color information
#C508CC (or 0xC508CC) is known color: Deep Magenta. HEX triplet: C5, 08 and CC. RGB value is (197,8,204). Sum of RGB (Red+Green+Blue) = 197+8+204=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C508CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C508CC is #3AF733. Grayscale: #565656. Windows color (decimal): -3864372 or 13371589. OLE color: 13371589.
HSL color Cylindrical-coordinate representation of color #C508CC: hue angle of 297.86º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C508CC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 8 | 204 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.2 |
| HSL | 297.86º | 0.92% | 0.42% | - |
| HSV(B) | 297.86º | 0.96% | 0.8% | - |
| XYZ | 34.01 | 16.4 | 58.5 | - |
| YUV | 86.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 204 | 0.03 | 0.96 | 0 | 0.2 | 297.86 | 0.92 | 0.42 |
| Hex | C5 | 8 | CC | 3 | 60 | 0 | 14 | 12A | 5C | 2A |
| Octal | 305 | 10 | 314 | 3 | 140 | 0 | 24 | 452 | 134 | 52 |
| Binary | 11000101 | 1000 | 11001100 | 11 | 1100000 | 0 | 10100 | 100101010 | 1011100 | 101010 |
Color Harmonies of #C508CC
Complementary color
Monochromatic Colors of #C508CC
Black with #C508CC
Text Example
Text Example
White with #C508CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C508CC; }
p { color: rgb(197,8,204); }
H1.HeaderClassName
{
color: #C508CC;
}
.AnyTagClassName
{
color: #C508CC;
}
</style>
background-color css
<style>
a { background-color: #C508CC; }
a { background-color: rgb(197,8,204); }
div.DivClassName
{
background-color: #C508CC;
}
.BgClassName
{
background-color: #C508CC;
}
</style>
border-color css
<style>
span { border-color: #C508CC; }
span { border-color: rgb(197,8,204); }
td.TdClassName
{
border-color: #C508CC;
}
.TagClassName
{
border-color: #C508CC;
}
</style>