Shades of Deep Magenta #C605CF
Tints of Deep Magenta #C605CF
RGB
CMYK
RGB Variations
Color information
#C605CF (or 0xC605CF) is known color: Deep Magenta. HEX triplet: C6, 05 and CF. RGB value is (198,5,207). Sum of RGB (Red+Green+Blue) = 198+5+207=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #C605CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C605CF is #39FA30. Grayscale: #555555. Windows color (decimal): -3799601 or 13567430. OLE color: 13567430.
HSL color Cylindrical-coordinate representation of color #C605CF: hue angle of 297.33º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605CF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 5 | 207 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.19 |
| HSL | 297.33º | 0.95% | 0.42% | - |
| HSV(B) | 297.33º | 0.98% | 0.81% | - |
| XYZ | 34.61 | 16.62 | 60.42 | - |
| YUV | 85.74 | 196.44 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 207 | 0.04 | 0.98 | 0 | 0.19 | 297.33 | 0.95 | 0.42 |
| Hex | C6 | 5 | CF | 4 | 62 | 0 | 13 | 129 | 5F | 2A |
| Octal | 306 | 5 | 317 | 4 | 142 | 0 | 23 | 451 | 137 | 52 |
| Binary | 11000110 | 101 | 11001111 | 100 | 1100010 | 0 | 10011 | 100101001 | 1011111 | 101010 |
Color Harmonies of #C605CF
Complementary color
Monochromatic Colors of #C605CF
Black with #C605CF
Text Example
Text Example
White with #C605CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605CF; }
p { color: rgb(198,5,207); }
H1.HeaderClassName
{
color: #C605CF;
}
.AnyTagClassName
{
color: #C605CF;
}
</style>
background-color css
<style>
a { background-color: #C605CF; }
a { background-color: rgb(198,5,207); }
div.DivClassName
{
background-color: #C605CF;
}
.BgClassName
{
background-color: #C605CF;
}
</style>
border-color css
<style>
span { border-color: #C605CF; }
span { border-color: rgb(198,5,207); }
td.TdClassName
{
border-color: #C605CF;
}
.TagClassName
{
border-color: #C605CF;
}
</style>