Shades of Deep Magenta #C818B4
Tints of Deep Magenta #C818B4
RGB
CMYK
RGB Variations
Color information
#C818B4 (or 0xC818B4) is known color: Deep Magenta. HEX triplet: C8, 18 and B4. RGB value is (200,24,180). Sum of RGB (Red+Green+Blue) = 200+24+180=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C818B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818B4 is #37E74B. Grayscale: #5D5D5D. Windows color (decimal): -3663692 or 11802824. OLE color: 11802824.
HSL color Cylindrical-coordinate representation of color #C818B4: hue angle of 306.82º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C818B4 is Cyan = 0, Magento = 0.88, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 180 | - |
| CMYK | 0 | 0.88 | 0.1 | 0.22 |
| HSL | 306.82º | 0.79% | 0.44% | - |
| HSV(B) | 306.82º | 0.88% | 0.78% | - |
| XYZ | 32.38 | 16.23 | 44.61 | - |
| YUV | 94.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 180 | 0 | 0.88 | 0.1 | 0.22 | 306.82 | 0.79 | 0.44 |
| Hex | C8 | 18 | B4 | 0 | 58 | A | 16 | 133 | 4F | 2C |
| Octal | 310 | 30 | 264 | 0 | 130 | 12 | 26 | 463 | 117 | 54 |
| Binary | 11001000 | 11000 | 10110100 | 0 | 1011000 | 1010 | 10110 | 100110011 | 1001111 | 101100 |
Color Harmonies of #C818B4
Complementary color
Monochromatic Colors of #C818B4
Black with #C818B4
Text Example
Text Example
White with #C818B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C818B4; }
p { color: rgb(200,24,180); }
H1.HeaderClassName
{
color: #C818B4;
}
.AnyTagClassName
{
color: #C818B4;
}
</style>
background-color css
<style>
a { background-color: #C818B4; }
a { background-color: rgb(200,24,180); }
div.DivClassName
{
background-color: #C818B4;
}
.BgClassName
{
background-color: #C818B4;
}
</style>
border-color css
<style>
span { border-color: #C818B4; }
span { border-color: rgb(200,24,180); }
td.TdClassName
{
border-color: #C818B4;
}
.TagClassName
{
border-color: #C818B4;
}
</style>