Shades of Deep Magenta #C624C9
Tints of Deep Magenta #C624C9
RGB
CMYK
RGB Variations
Color information
#C624C9 (or 0xC624C9) is known color: Deep Magenta. HEX triplet: C6, 24 and C9. RGB value is (198,36,201). Sum of RGB (Red+Green+Blue) = 198+36+201=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #C624C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C624C9 is #39DB36. Grayscale: #666666. Windows color (decimal): -3791671 or 13182150. OLE color: 13182150.
HSL color Cylindrical-coordinate representation of color #C624C9: hue angle of 298.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C624C9 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 36 | 201 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.21 |
| HSL | 298.91º | 0.7% | 0.46% | - |
| HSV(B) | 298.91º | 0.82% | 0.79% | - |
| XYZ | 34.46 | 17.48 | 56.82 | - |
| YUV | 103.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 201 | 0.01 | 0.82 | 0 | 0.21 | 298.91 | 0.7 | 0.46 |
| Hex | C6 | 24 | C9 | 1 | 52 | 0 | 15 | 12B | 46 | 2E |
| Octal | 306 | 44 | 311 | 1 | 122 | 0 | 25 | 453 | 106 | 56 |
| Binary | 11000110 | 100100 | 11001001 | 1 | 1010010 | 0 | 10101 | 100101011 | 1000110 | 101110 |
Color Harmonies of #C624C9
Complementary color
Monochromatic Colors of #C624C9
Black with #C624C9
Text Example
Text Example
White with #C624C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624C9; }
p { color: rgb(198,36,201); }
H1.HeaderClassName
{
color: #C624C9;
}
.AnyTagClassName
{
color: #C624C9;
}
</style>
background-color css
<style>
a { background-color: #C624C9; }
a { background-color: rgb(198,36,201); }
div.DivClassName
{
background-color: #C624C9;
}
.BgClassName
{
background-color: #C624C9;
}
</style>
border-color css
<style>
span { border-color: #C624C9; }
span { border-color: rgb(198,36,201); }
td.TdClassName
{
border-color: #C624C9;
}
.TagClassName
{
border-color: #C624C9;
}
</style>