Shades of Deep Magenta #C506CC
Tints of Deep Magenta #C506CC
RGB
CMYK
RGB Variations
Color information
#C506CC (or 0xC506CC) is known color: Deep Magenta. HEX triplet: C5, 06 and CC. RGB value is (197,6,204). Sum of RGB (Red+Green+Blue) = 197+6+204=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C506CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C506CC is #3AF933. Grayscale: #555555. Windows color (decimal): -3864884 or 13371077. OLE color: 13371077.
HSL color Cylindrical-coordinate representation of color #C506CC: hue angle of 297.88º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506CC is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 6 | 204 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.2 |
| HSL | 297.88º | 0.94% | 0.41% | - |
| HSV(B) | 297.88º | 0.97% | 0.8% | - |
| XYZ | 33.99 | 16.36 | 58.49 | - |
| YUV | 85.68 | 194.78 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 204 | 0.03 | 0.97 | 0 | 0.2 | 297.88 | 0.94 | 0.41 |
| Hex | C5 | 6 | CC | 3 | 61 | 0 | 14 | 12A | 5E | 29 |
| Octal | 305 | 6 | 314 | 3 | 141 | 0 | 24 | 452 | 136 | 51 |
| Binary | 11000101 | 110 | 11001100 | 11 | 1100001 | 0 | 10100 | 100101010 | 1011110 | 101001 |
Color Harmonies of #C506CC
Complementary color
Monochromatic Colors of #C506CC
Black with #C506CC
Text Example
Text Example
White with #C506CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506CC; }
p { color: rgb(197,6,204); }
H1.HeaderClassName
{
color: #C506CC;
}
.AnyTagClassName
{
color: #C506CC;
}
</style>
background-color css
<style>
a { background-color: #C506CC; }
a { background-color: rgb(197,6,204); }
div.DivClassName
{
background-color: #C506CC;
}
.BgClassName
{
background-color: #C506CC;
}
</style>
border-color css
<style>
span { border-color: #C506CC; }
span { border-color: rgb(197,6,204); }
td.TdClassName
{
border-color: #C506CC;
}
.TagClassName
{
border-color: #C506CC;
}
</style>