Shades of Deep Magenta #C605D2
Tints of Deep Magenta #C605D2
RGB
CMYK
RGB Variations
Color information
#C605D2 (or 0xC605D2) is known color: Deep Magenta. HEX triplet: C6, 05 and D2. RGB value is (198,5,210). Sum of RGB (Red+Green+Blue) = 198+5+210=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 210 (82.42% from 255 or 50.85% from 413); Max value from RGB is 210 - color contains mainly: blue. Hex color #C605D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605D2 is #39FA2D. Grayscale: #555555. Windows color (decimal): -3799598 or 13764038. OLE color: 13764038.
HSL color Cylindrical-coordinate representation of color #C605D2: hue angle of 296.49º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605D2 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 5 | 210 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.18 |
| HSL | 296.49º | 0.95% | 0.42% | - |
| HSV(B) | 296.49º | 0.98% | 0.82% | - |
| XYZ | 34.98 | 16.77 | 62.37 | - |
| YUV | 86.08 | 197.94 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 210 | 0.06 | 0.98 | 0 | 0.18 | 296.49 | 0.95 | 0.42 |
| Hex | C6 | 5 | D2 | 6 | 62 | 0 | 12 | 128 | 5F | 2A |
| Octal | 306 | 5 | 322 | 6 | 142 | 0 | 22 | 450 | 137 | 52 |
| Binary | 11000110 | 101 | 11010010 | 110 | 1100010 | 0 | 10010 | 100101000 | 1011111 | 101010 |
Color Harmonies of #C605D2
Complementary color
Monochromatic Colors of #C605D2
Black with #C605D2
Text Example
Text Example
White with #C605D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605D2; }
p { color: rgb(198,5,210); }
H1.HeaderClassName
{
color: #C605D2;
}
.AnyTagClassName
{
color: #C605D2;
}
</style>
background-color css
<style>
a { background-color: #C605D2; }
a { background-color: rgb(198,5,210); }
div.DivClassName
{
background-color: #C605D2;
}
.BgClassName
{
background-color: #C605D2;
}
</style>
border-color css
<style>
span { border-color: #C605D2; }
span { border-color: rgb(198,5,210); }
td.TdClassName
{
border-color: #C605D2;
}
.TagClassName
{
border-color: #C605D2;
}
</style>