Shades of Deep Magenta #C809B4
Tints of Deep Magenta #C809B4
RGB
CMYK
RGB Variations
Color information
#C809B4 (or 0xC809B4) is known color: Deep Magenta. HEX triplet: C8, 09 and B4. RGB value is (200,9,180). Sum of RGB (Red+Green+Blue) = 200+9+180=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C809B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809B4 is #37F64B. Grayscale: #555555. Windows color (decimal): -3667532 or 11798984. OLE color: 11798984.
HSL color Cylindrical-coordinate representation of color #C809B4: hue angle of 306.28º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C809B4 is Cyan = 0, Magento = 0.96, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 180 | - |
| CMYK | 0 | 0.96 | 0.1 | 0.22 |
| HSL | 306.28º | 0.91% | 0.41% | - |
| HSV(B) | 306.28º | 0.96% | 0.78% | - |
| XYZ | 32.16 | 15.77 | 44.53 | - |
| YUV | 85.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 180 | 0 | 0.96 | 0.1 | 0.22 | 306.28 | 0.91 | 0.41 |
| Hex | C8 | 9 | B4 | 0 | 60 | A | 16 | 132 | 5B | 29 |
| Octal | 310 | 11 | 264 | 0 | 140 | 12 | 26 | 462 | 133 | 51 |
| Binary | 11001000 | 1001 | 10110100 | 0 | 1100000 | 1010 | 10110 | 100110010 | 1011011 | 101001 |
Color Harmonies of #C809B4
Complementary color
Monochromatic Colors of #C809B4
Black with #C809B4
Text Example
Text Example
White with #C809B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809B4; }
p { color: rgb(200,9,180); }
H1.HeaderClassName
{
color: #C809B4;
}
.AnyTagClassName
{
color: #C809B4;
}
</style>
background-color css
<style>
a { background-color: #C809B4; }
a { background-color: rgb(200,9,180); }
div.DivClassName
{
background-color: #C809B4;
}
.BgClassName
{
background-color: #C809B4;
}
</style>
border-color css
<style>
span { border-color: #C809B4; }
span { border-color: rgb(200,9,180); }
td.TdClassName
{
border-color: #C809B4;
}
.TagClassName
{
border-color: #C809B4;
}
</style>