Shades of Deep Magenta #C805B3
Tints of Deep Magenta #C805B3
RGB
CMYK
RGB Variations
Color information
#C805B3 (or 0xC805B3) is known color: Deep Magenta. HEX triplet: C8, 05 and B3. RGB value is (200,5,179). Sum of RGB (Red+Green+Blue) = 200+5+179=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C805B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C805B3 is #37FA4C. Grayscale: #525252. Windows color (decimal): -3668557 or 11732424. OLE color: 11732424.
HSL color Cylindrical-coordinate representation of color #C805B3: hue angle of 306.46º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C805B3 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.22 |
| HSL | 306.46º | 0.95% | 0.4% | - |
| HSV(B) | 306.46º | 0.98% | 0.78% | - |
| XYZ | 32.01 | 15.64 | 43.98 | - |
| YUV | 83.14 | 182.1 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 179 | 0 | 0.98 | 0.10 | 0.22 | 306.46 | 0.95 | 0.4 |
| Hex | C8 | 5 | B3 | 0 | 62 | A | 16 | 132 | 5F | 28 |
| Octal | 310 | 5 | 263 | 0 | 142 | 12 | 26 | 462 | 137 | 50 |
| Binary | 11001000 | 101 | 10110011 | 0 | 1100010 | 1010 | 10110 | 100110010 | 1011111 | 101000 |
Color Harmonies of #C805B3
Complementary color
Monochromatic Colors of #C805B3
Black with #C805B3
Text Example
Text Example
White with #C805B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C805B3; }
p { color: rgb(200,5,179); }
H1.HeaderClassName
{
color: #C805B3;
}
.AnyTagClassName
{
color: #C805B3;
}
</style>
background-color css
<style>
a { background-color: #C805B3; }
a { background-color: rgb(200,5,179); }
div.DivClassName
{
background-color: #C805B3;
}
.BgClassName
{
background-color: #C805B3;
}
</style>
border-color css
<style>
span { border-color: #C805B3; }
span { border-color: rgb(200,5,179); }
td.TdClassName
{
border-color: #C805B3;
}
.TagClassName
{
border-color: #C805B3;
}
</style>