Shades of Deep Magenta #C024B6
Tints of Deep Magenta #C024B6
RGB
CMYK
RGB Variations
Color information
#C024B6 (or 0xC024B6) is known color: Deep Magenta. HEX triplet: C0, 24 and B6. RGB value is (192,36,182). Sum of RGB (Red+Green+Blue) = 192+36+182=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 36 (14.45% from 255 or 8.78% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C024B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024B6 is #3FDB49. Grayscale: #626262. Windows color (decimal): -4184906 or 11936960. OLE color: 11936960.
HSL color Cylindrical-coordinate representation of color #C024B6: hue angle of 303.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024B6 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 182 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.25 |
| HSL | 303.85º | 0.68% | 0.45% | - |
| HSV(B) | 303.85º | 0.81% | 0.75% | - |
| XYZ | 30.81 | 15.85 | 45.69 | - |
| YUV | 99.29 | 174.68 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 182 | 0 | 0.81 | 0.05 | 0.25 | 303.85 | 0.68 | 0.45 |
| Hex | C0 | 24 | B6 | 0 | 51 | 5 | 19 | 130 | 44 | 2D |
| Octal | 300 | 44 | 266 | 0 | 121 | 5 | 31 | 460 | 104 | 55 |
| Binary | 11000000 | 100100 | 10110110 | 0 | 1010001 | 101 | 11001 | 100110000 | 1000100 | 101101 |
Color Harmonies of #C024B6
Complementary color
Monochromatic Colors of #C024B6
Black with #C024B6
Text Example
Text Example
White with #C024B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024B6; }
p { color: rgb(192,36,182); }
H1.HeaderClassName
{
color: #C024B6;
}
.AnyTagClassName
{
color: #C024B6;
}
</style>
background-color css
<style>
a { background-color: #C024B6; }
a { background-color: rgb(192,36,182); }
div.DivClassName
{
background-color: #C024B6;
}
.BgClassName
{
background-color: #C024B6;
}
</style>
border-color css
<style>
span { border-color: #C024B6; }
span { border-color: rgb(192,36,182); }
td.TdClassName
{
border-color: #C024B6;
}
.TagClassName
{
border-color: #C024B6;
}
</style>