Shades of Deep Magenta #C624CA
Tints of Deep Magenta #C624CA
RGB
CMYK
RGB Variations
Color information
#C624CA (or 0xC624CA) is known color: Deep Magenta. HEX triplet: C6, 24 and CA. RGB value is (198,36,202). Sum of RGB (Red+Green+Blue) = 198+36+202=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C624CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C624CA is #39DB35. Grayscale: #666666. Windows color (decimal): -3791670 or 13247686. OLE color: 13247686.
HSL color Cylindrical-coordinate representation of color #C624CA: hue angle of 298.55º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C624CA is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 36 | 202 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.21 |
| HSL | 298.55º | 0.7% | 0.47% | - |
| HSV(B) | 298.55º | 0.82% | 0.79% | - |
| XYZ | 34.58 | 17.53 | 57.44 | - |
| YUV | 103.36 | 183.67 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 202 | 0.02 | 0.82 | 0 | 0.21 | 298.55 | 0.7 | 0.47 |
| Hex | C6 | 24 | CA | 2 | 52 | 0 | 15 | 12B | 46 | 2F |
| Octal | 306 | 44 | 312 | 2 | 122 | 0 | 25 | 453 | 106 | 57 |
| Binary | 11000110 | 100100 | 11001010 | 10 | 1010010 | 0 | 10101 | 100101011 | 1000110 | 101111 |
Color Harmonies of #C624CA
Complementary color
Monochromatic Colors of #C624CA
Black with #C624CA
Text Example
Text Example
White with #C624CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624CA; }
p { color: rgb(198,36,202); }
H1.HeaderClassName
{
color: #C624CA;
}
.AnyTagClassName
{
color: #C624CA;
}
</style>
background-color css
<style>
a { background-color: #C624CA; }
a { background-color: rgb(198,36,202); }
div.DivClassName
{
background-color: #C624CA;
}
.BgClassName
{
background-color: #C624CA;
}
</style>
border-color css
<style>
span { border-color: #C624CA; }
span { border-color: rgb(198,36,202); }
td.TdClassName
{
border-color: #C624CA;
}
.TagClassName
{
border-color: #C624CA;
}
</style>