Shades of Deep Magenta #C809B3
Tints of Deep Magenta #C809B3
RGB
CMYK
RGB Variations
Color information
#C809B3 (or 0xC809B3) is known color: Deep Magenta. HEX triplet: C8, 09 and B3. RGB value is (200,9,179). Sum of RGB (Red+Green+Blue) = 200+9+179=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C809B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C809B3 is #37F64C. Grayscale: #555555. Windows color (decimal): -3667533 or 11733448. OLE color: 11733448.
HSL color Cylindrical-coordinate representation of color #C809B3: hue angle of 306.6º 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 #C809B3 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 179 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.22 |
| HSL | 306.6º | 0.91% | 0.41% | - |
| HSV(B) | 306.6º | 0.96% | 0.78% | - |
| XYZ | 32.05 | 15.73 | 43.99 | - |
| YUV | 85.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 179 | 0 | 0.96 | 0.10 | 0.22 | 306.6 | 0.91 | 0.41 |
| Hex | C8 | 9 | B3 | 0 | 60 | A | 16 | 133 | 5B | 29 |
| Octal | 310 | 11 | 263 | 0 | 140 | 12 | 26 | 463 | 133 | 51 |
| Binary | 11001000 | 1001 | 10110011 | 0 | 1100000 | 1010 | 10110 | 100110011 | 1011011 | 101001 |
Color Harmonies of #C809B3
Complementary color
Monochromatic Colors of #C809B3
Black with #C809B3
Text Example
Text Example
White with #C809B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C809B3; }
p { color: rgb(200,9,179); }
H1.HeaderClassName
{
color: #C809B3;
}
.AnyTagClassName
{
color: #C809B3;
}
</style>
background-color css
<style>
a { background-color: #C809B3; }
a { background-color: rgb(200,9,179); }
div.DivClassName
{
background-color: #C809B3;
}
.BgClassName
{
background-color: #C809B3;
}
</style>
border-color css
<style>
span { border-color: #C809B3; }
span { border-color: rgb(200,9,179); }
td.TdClassName
{
border-color: #C809B3;
}
.TagClassName
{
border-color: #C809B3;
}
</style>