Shades of Deep Magenta #C604B0
Tints of Deep Magenta #C604B0
RGB
CMYK
RGB Variations
Color information
#C604B0 (or 0xC604B0) is known color: Deep Magenta. HEX triplet: C6, 04 and B0. RGB value is (198,4,176). Sum of RGB (Red+Green+Blue) = 198+4+176=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 176 (69.14% from 255 or 46.56% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C604B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C604B0 is #39FB4F. Grayscale: #515151. Windows color (decimal): -3799888 or 11535558. OLE color: 11535558.
HSL color Cylindrical-coordinate representation of color #C604B0: hue angle of 306.8º 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 #C604B0 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 176 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.22 |
| HSL | 306.8º | 0.96% | 0.4% | - |
| HSV(B) | 306.8º | 0.98% | 0.78% | - |
| XYZ | 31.17 | 15.23 | 42.37 | - |
| YUV | 81.61 | 181.27 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 176 | 0 | 0.98 | 0.11 | 0.22 | 306.8 | 0.96 | 0.4 |
| Hex | C6 | 4 | B0 | 0 | 62 | B | 16 | 133 | 60 | 28 |
| Octal | 306 | 4 | 260 | 0 | 142 | 13 | 26 | 463 | 140 | 50 |
| Binary | 11000110 | 100 | 10110000 | 0 | 1100010 | 1011 | 10110 | 100110011 | 1100000 | 101000 |
Color Harmonies of #C604B0
Complementary color
Monochromatic Colors of #C604B0
Black with #C604B0
Text Example
Text Example
White with #C604B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604B0; }
p { color: rgb(198,4,176); }
H1.HeaderClassName
{
color: #C604B0;
}
.AnyTagClassName
{
color: #C604B0;
}
</style>
background-color css
<style>
a { background-color: #C604B0; }
a { background-color: rgb(198,4,176); }
div.DivClassName
{
background-color: #C604B0;
}
.BgClassName
{
background-color: #C604B0;
}
</style>
border-color css
<style>
span { border-color: #C604B0; }
span { border-color: rgb(198,4,176); }
td.TdClassName
{
border-color: #C604B0;
}
.TagClassName
{
border-color: #C604B0;
}
</style>