Shades of Deep Magenta #C028C4
Tints of Deep Magenta #C028C4
RGB
CMYK
RGB Variations
Color information
#C028C4 (or 0xC028C4) is known color: Deep Magenta. HEX triplet: C0, 28 and C4. RGB value is (192,40,196). Sum of RGB (Red+Green+Blue) = 192+40+196=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #C028C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028C4 is #3FD73B. Grayscale: #666666. Windows color (decimal): -4183868 or 12855488. OLE color: 12855488.
HSL color Cylindrical-coordinate representation of color #C028C4: hue angle of 298.46º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C028C4 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 40 | 196 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.23 |
| HSL | 298.46º | 0.66% | 0.46% | - |
| HSV(B) | 298.46º | 0.8% | 0.77% | - |
| XYZ | 32.46 | 16.71 | 53.74 | - |
| YUV | 103.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 196 | 0.02 | 0.80 | 0 | 0.23 | 298.46 | 0.66 | 0.46 |
| Hex | C0 | 28 | C4 | 2 | 50 | 0 | 17 | 12A | 42 | 2E |
| Octal | 300 | 50 | 304 | 2 | 120 | 0 | 27 | 452 | 102 | 56 |
| Binary | 11000000 | 101000 | 11000100 | 10 | 1010000 | 0 | 10111 | 100101010 | 1000010 | 101110 |
Color Harmonies of #C028C4
Complementary color
Monochromatic Colors of #C028C4
Black with #C028C4
Text Example
Text Example
White with #C028C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028C4; }
p { color: rgb(192,40,196); }
H1.HeaderClassName
{
color: #C028C4;
}
.AnyTagClassName
{
color: #C028C4;
}
</style>
background-color css
<style>
a { background-color: #C028C4; }
a { background-color: rgb(192,40,196); }
div.DivClassName
{
background-color: #C028C4;
}
.BgClassName
{
background-color: #C028C4;
}
</style>
border-color css
<style>
span { border-color: #C028C4; }
span { border-color: rgb(192,40,196); }
td.TdClassName
{
border-color: #C028C4;
}
.TagClassName
{
border-color: #C028C4;
}
</style>