Shades of Deep Magenta #C624AF
Tints of Deep Magenta #C624AF
RGB
CMYK
RGB Variations
Color information
#C624AF (or 0xC624AF) is known color: Deep Magenta. HEX triplet: C6, 24 and AF. RGB value is (198,36,175). Sum of RGB (Red+Green+Blue) = 198+36+175=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C624AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C624AF is #39DB50. Grayscale: #636363. Windows color (decimal): -3791697 or 11478214. OLE color: 11478214.
HSL color Cylindrical-coordinate representation of color #C624AF: hue angle of 308.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C624AF is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 175 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.22 |
| HSL | 308.52º | 0.69% | 0.46% | - |
| HSV(B) | 308.52º | 0.82% | 0.78% | - |
| XYZ | 31.66 | 16.36 | 42.05 | - |
| YUV | 100.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 175 | 0 | 0.82 | 0.12 | 0.22 | 308.52 | 0.69 | 0.46 |
| Hex | C6 | 24 | AF | 0 | 52 | C | 16 | 135 | 45 | 2E |
| Octal | 306 | 44 | 257 | 0 | 122 | 14 | 26 | 465 | 105 | 56 |
| Binary | 11000110 | 100100 | 10101111 | 0 | 1010010 | 1100 | 10110 | 100110101 | 1000101 | 101110 |
Color Harmonies of #C624AF
Complementary color
Monochromatic Colors of #C624AF
Black with #C624AF
Text Example
Text Example
White with #C624AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624AF; }
p { color: rgb(198,36,175); }
H1.HeaderClassName
{
color: #C624AF;
}
.AnyTagClassName
{
color: #C624AF;
}
</style>
background-color css
<style>
a { background-color: #C624AF; }
a { background-color: rgb(198,36,175); }
div.DivClassName
{
background-color: #C624AF;
}
.BgClassName
{
background-color: #C624AF;
}
</style>
border-color css
<style>
span { border-color: #C624AF; }
span { border-color: rgb(198,36,175); }
td.TdClassName
{
border-color: #C624AF;
}
.TagClassName
{
border-color: #C624AF;
}
</style>