Shades of Deep Magenta #C30BC8
Tints of Deep Magenta #C30BC8
RGB
CMYK
RGB Variations
Color information
#C30BC8 (or 0xC30BC8) is known color: Deep Magenta. HEX triplet: C3, 0B and C8. RGB value is (195,11,200). Sum of RGB (Red+Green+Blue) = 195+11+200=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #C30BC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BC8 is #3CF437. Grayscale: #565656. Windows color (decimal): -3994680 or 13110211. OLE color: 13110211.
HSL color Cylindrical-coordinate representation of color #C30BC8: hue angle of 298.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BC8 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 11 | 200 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.22 |
| HSL | 298.41º | 0.9% | 0.41% | - |
| HSV(B) | 298.41º | 0.95% | 0.78% | - |
| XYZ | 33.05 | 16.01 | 55.99 | - |
| YUV | 87.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 200 | 0.02 | 0.94 | 0 | 0.22 | 298.41 | 0.9 | 0.41 |
| Hex | C3 | B | C8 | 2 | 5E | 0 | 16 | 12A | 5A | 29 |
| Octal | 303 | 13 | 310 | 2 | 136 | 0 | 26 | 452 | 132 | 51 |
| Binary | 11000011 | 1011 | 11001000 | 10 | 1011110 | 0 | 10110 | 100101010 | 1011010 | 101001 |
Color Harmonies of #C30BC8
Complementary color
Monochromatic Colors of #C30BC8
Black with #C30BC8
Text Example
Text Example
White with #C30BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BC8; }
p { color: rgb(195,11,200); }
H1.HeaderClassName
{
color: #C30BC8;
}
.AnyTagClassName
{
color: #C30BC8;
}
</style>
background-color css
<style>
a { background-color: #C30BC8; }
a { background-color: rgb(195,11,200); }
div.DivClassName
{
background-color: #C30BC8;
}
.BgClassName
{
background-color: #C30BC8;
}
</style>
border-color css
<style>
span { border-color: #C30BC8; }
span { border-color: rgb(195,11,200); }
td.TdClassName
{
border-color: #C30BC8;
}
.TagClassName
{
border-color: #C30BC8;
}
</style>