Shades of Deep Magenta #C624CF
Tints of Deep Magenta #C624CF
RGB
CMYK
RGB Variations
Color information
#C624CF (or 0xC624CF) is known color: Deep Magenta. HEX triplet: C6, 24 and CF. RGB value is (198,36,207). Sum of RGB (Red+Green+Blue) = 198+36+207=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #C624CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C624CF is #39DB30. Grayscale: #676767. Windows color (decimal): -3791665 or 13575366. OLE color: 13575366.
HSL color Cylindrical-coordinate representation of color #C624CF: hue angle of 296.84º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C624CF is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 36 | 207 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.19 |
| HSL | 296.84º | 0.7% | 0.48% | - |
| HSV(B) | 296.84º | 0.83% | 0.81% | - |
| XYZ | 35.18 | 17.77 | 60.61 | - |
| YUV | 103.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 207 | 0.04 | 0.83 | 0 | 0.19 | 296.84 | 0.7 | 0.48 |
| Hex | C6 | 24 | CF | 4 | 53 | 0 | 13 | 129 | 46 | 30 |
| Octal | 306 | 44 | 317 | 4 | 123 | 0 | 23 | 451 | 106 | 60 |
| Binary | 11000110 | 100100 | 11001111 | 100 | 1010011 | 0 | 10011 | 100101001 | 1000110 | 110000 |
Color Harmonies of #C624CF
Complementary color
Monochromatic Colors of #C624CF
Black with #C624CF
Text Example
Text Example
White with #C624CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624CF; }
p { color: rgb(198,36,207); }
H1.HeaderClassName
{
color: #C624CF;
}
.AnyTagClassName
{
color: #C624CF;
}
</style>
background-color css
<style>
a { background-color: #C624CF; }
a { background-color: rgb(198,36,207); }
div.DivClassName
{
background-color: #C624CF;
}
.BgClassName
{
background-color: #C624CF;
}
</style>
border-color css
<style>
span { border-color: #C624CF; }
span { border-color: rgb(198,36,207); }
td.TdClassName
{
border-color: #C624CF;
}
.TagClassName
{
border-color: #C624CF;
}
</style>