Shades of Deep Magenta #C816C4
Tints of Deep Magenta #C816C4
RGB
CMYK
RGB Variations
Color information
#C816C4 (or 0xC816C4) is known color: Deep Magenta. HEX triplet: C8, 16 and C4. RGB value is (200,22,196). Sum of RGB (Red+Green+Blue) = 200+22+196=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C816C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816C4 is #37E93B. Grayscale: #5E5E5E. Windows color (decimal): -3664188 or 12850888. OLE color: 12850888.
HSL color Cylindrical-coordinate representation of color #C816C4: hue angle of 301.35º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816C4 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 196 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.22 |
| HSL | 301.35º | 0.8% | 0.44% | - |
| HSV(B) | 301.35º | 0.89% | 0.78% | - |
| XYZ | 34.07 | 16.84 | 53.68 | - |
| YUV | 95.06 | 184.97 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 196 | 0 | 0.89 | 0.02 | 0.22 | 301.35 | 0.8 | 0.44 |
| Hex | C8 | 16 | C4 | 0 | 59 | 2 | 16 | 12D | 50 | 2C |
| Octal | 310 | 26 | 304 | 0 | 131 | 2 | 26 | 455 | 120 | 54 |
| Binary | 11001000 | 10110 | 11000100 | 0 | 1011001 | 10 | 10110 | 100101101 | 1010000 | 101100 |
Color Harmonies of #C816C4
Complementary color
Monochromatic Colors of #C816C4
Black with #C816C4
Text Example
Text Example
White with #C816C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816C4; }
p { color: rgb(200,22,196); }
H1.HeaderClassName
{
color: #C816C4;
}
.AnyTagClassName
{
color: #C816C4;
}
</style>
background-color css
<style>
a { background-color: #C816C4; }
a { background-color: rgb(200,22,196); }
div.DivClassName
{
background-color: #C816C4;
}
.BgClassName
{
background-color: #C816C4;
}
</style>
border-color css
<style>
span { border-color: #C816C4; }
span { border-color: rgb(200,22,196); }
td.TdClassName
{
border-color: #C816C4;
}
.TagClassName
{
border-color: #C816C4;
}
</style>