Shades of Deep Magenta #C604CA
Tints of Deep Magenta #C604CA
RGB
CMYK
RGB Variations
Color information
#C604CA (or 0xC604CA) is known color: Deep Magenta. HEX triplet: C6, 04 and CA. RGB value is (198,4,202). Sum of RGB (Red+Green+Blue) = 198+4+202=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #C604CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C604CA is #39FB35. Grayscale: #535353. Windows color (decimal): -3799862 or 13239494. OLE color: 13239494.
HSL color Cylindrical-coordinate representation of color #C604CA: hue angle of 298.79º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C604CA is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 4 | 202 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.21 |
| HSL | 298.79º | 0.96% | 0.4% | - |
| HSV(B) | 298.79º | 0.98% | 0.79% | - |
| XYZ | 33.99 | 16.36 | 57.24 | - |
| YUV | 84.58 | 194.27 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 202 | 0.02 | 0.98 | 0 | 0.21 | 298.79 | 0.96 | 0.4 |
| Hex | C6 | 4 | CA | 2 | 62 | 0 | 15 | 12B | 60 | 28 |
| Octal | 306 | 4 | 312 | 2 | 142 | 0 | 25 | 453 | 140 | 50 |
| Binary | 11000110 | 100 | 11001010 | 10 | 1100010 | 0 | 10101 | 100101011 | 1100000 | 101000 |
Color Harmonies of #C604CA
Complementary color
Monochromatic Colors of #C604CA
Black with #C604CA
Text Example
Text Example
White with #C604CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C604CA; }
p { color: rgb(198,4,202); }
H1.HeaderClassName
{
color: #C604CA;
}
.AnyTagClassName
{
color: #C604CA;
}
</style>
background-color css
<style>
a { background-color: #C604CA; }
a { background-color: rgb(198,4,202); }
div.DivClassName
{
background-color: #C604CA;
}
.BgClassName
{
background-color: #C604CA;
}
</style>
border-color css
<style>
span { border-color: #C604CA; }
span { border-color: rgb(198,4,202); }
td.TdClassName
{
border-color: #C604CA;
}
.TagClassName
{
border-color: #C604CA;
}
</style>