Shades of Deep Magenta #C604AF
Tints of Deep Magenta #C604AF
RGB
CMYK
RGB Variations
Color information
#C604AF (or 0xC604AF) is known color: Deep Magenta. HEX triplet: C6, 04 and AF. RGB value is (198,4,175). Sum of RGB (Red+Green+Blue) = 198+4+175=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C604AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C604AF is #39FB50. Grayscale: #515151. Windows color (decimal): -3799889 or 11470022. OLE color: 11470022.
HSL color Cylindrical-coordinate representation of color #C604AF: hue angle of 307.11º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604AF is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 175 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.22 |
| HSL | 307.11º | 0.96% | 0.4% | - |
| HSV(B) | 307.11º | 0.98% | 0.78% | - |
| XYZ | 31.07 | 15.19 | 41.85 | - |
| YUV | 81.5 | 180.77 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 175 | 0 | 0.98 | 0.12 | 0.22 | 307.11 | 0.96 | 0.4 |
| Hex | C6 | 4 | AF | 0 | 62 | C | 16 | 133 | 60 | 28 |
| Octal | 306 | 4 | 257 | 0 | 142 | 14 | 26 | 463 | 140 | 50 |
| Binary | 11000110 | 100 | 10101111 | 0 | 1100010 | 1100 | 10110 | 100110011 | 1100000 | 101000 |
Color Harmonies of #C604AF
Complementary color
Monochromatic Colors of #C604AF
Black with #C604AF
Text Example
Text Example
White with #C604AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604AF; }
p { color: rgb(198,4,175); }
H1.HeaderClassName
{
color: #C604AF;
}
.AnyTagClassName
{
color: #C604AF;
}
</style>
background-color css
<style>
a { background-color: #C604AF; }
a { background-color: rgb(198,4,175); }
div.DivClassName
{
background-color: #C604AF;
}
.BgClassName
{
background-color: #C604AF;
}
</style>
border-color css
<style>
span { border-color: #C604AF; }
span { border-color: rgb(198,4,175); }
td.TdClassName
{
border-color: #C604AF;
}
.TagClassName
{
border-color: #C604AF;
}
</style>