Shades of Deep Magenta #C624BE
Tints of Deep Magenta #C624BE
RGB
CMYK
RGB Variations
Color information
#C624BE (or 0xC624BE) is known color: Deep Magenta. HEX triplet: C6, 24 and BE. RGB value is (198,36,190). Sum of RGB (Red+Green+Blue) = 198+36+190=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C624BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C624BE is #39DB41. Grayscale: #656565. Windows color (decimal): -3791682 or 12461254. OLE color: 12461254.
HSL color Cylindrical-coordinate representation of color #C624BE: hue angle of 302.96º 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 #C624BE is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 190 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.22 |
| HSL | 302.96º | 0.69% | 0.46% | - |
| HSV(B) | 302.96º | 0.82% | 0.78% | - |
| XYZ | 33.21 | 16.99 | 50.24 | - |
| YUV | 101.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 190 | 0 | 0.82 | 0.04 | 0.22 | 302.96 | 0.69 | 0.46 |
| Hex | C6 | 24 | BE | 0 | 52 | 4 | 16 | 12F | 45 | 2E |
| Octal | 306 | 44 | 276 | 0 | 122 | 4 | 26 | 457 | 105 | 56 |
| Binary | 11000110 | 100100 | 10111110 | 0 | 1010010 | 100 | 10110 | 100101111 | 1000101 | 101110 |
Color Harmonies of #C624BE
Complementary color
Monochromatic Colors of #C624BE
Black with #C624BE
Text Example
Text Example
White with #C624BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C624BE; }
p { color: rgb(198,36,190); }
H1.HeaderClassName
{
color: #C624BE;
}
.AnyTagClassName
{
color: #C624BE;
}
</style>
background-color css
<style>
a { background-color: #C624BE; }
a { background-color: rgb(198,36,190); }
div.DivClassName
{
background-color: #C624BE;
}
.BgClassName
{
background-color: #C624BE;
}
</style>
border-color css
<style>
span { border-color: #C624BE; }
span { border-color: rgb(198,36,190); }
td.TdClassName
{
border-color: #C624BE;
}
.TagClassName
{
border-color: #C624BE;
}
</style>