Shades of Deep Magenta #C606D5
Tints of Deep Magenta #C606D5
RGB
CMYK
RGB Variations
Color information
#C606D5 (or 0xC606D5) is known color: Deep Magenta. HEX triplet: C6, 06 and D5. RGB value is (198,6,213). Sum of RGB (Red+Green+Blue) = 198+6+213=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 6 (2.73% from 255 or 1.44% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #C606D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C606D5 is #39F92A. Grayscale: #565656. Windows color (decimal): -3799339 or 13960902. OLE color: 13960902.
HSL color Cylindrical-coordinate representation of color #C606D5: hue angle of 295.65º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606D5 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 6 | 213 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.16 |
| HSL | 295.65º | 0.95% | 0.43% | - |
| HSV(B) | 295.65º | 0.97% | 0.84% | - |
| XYZ | 35.36 | 16.94 | 64.36 | - |
| YUV | 87.01 | 199.11 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 213 | 0.07 | 0.97 | 0 | 0.16 | 295.65 | 0.95 | 0.43 |
| Hex | C6 | 6 | D5 | 7 | 61 | 0 | 10 | 128 | 5F | 2B |
| Octal | 306 | 6 | 325 | 7 | 141 | 0 | 20 | 450 | 137 | 53 |
| Binary | 11000110 | 110 | 11010101 | 111 | 1100001 | 0 | 10000 | 100101000 | 1011111 | 101011 |
Color Harmonies of #C606D5
Complementary color
Monochromatic Colors of #C606D5
Black with #C606D5
Text Example
Text Example
White with #C606D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606D5; }
p { color: rgb(198,6,213); }
H1.HeaderClassName
{
color: #C606D5;
}
.AnyTagClassName
{
color: #C606D5;
}
</style>
background-color css
<style>
a { background-color: #C606D5; }
a { background-color: rgb(198,6,213); }
div.DivClassName
{
background-color: #C606D5;
}
.BgClassName
{
background-color: #C606D5;
}
</style>
border-color css
<style>
span { border-color: #C606D5; }
span { border-color: rgb(198,6,213); }
td.TdClassName
{
border-color: #C606D5;
}
.TagClassName
{
border-color: #C606D5;
}
</style>