Shades of Deep Magenta #C30BC3
Tints of Deep Magenta #C30BC3
RGB
CMYK
RGB Variations
Color information
#C30BC3 (or 0xC30BC3) is known color: Deep Magenta. HEX triplet: C3, 0B and C3. RGB value is (195,11,195). Sum of RGB (Red+Green+Blue) = 195+11+195=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C30BC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BC3 is #3CF43C. Grayscale: #565656. Windows color (decimal): -3994685 or 12782531. OLE color: 12782531.
HSL color Cylindrical-coordinate representation of color #C30BC3: hue angle of 300º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30BC3 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 195 | - |
| CMYK | 0 | 0.94 | 0 | 0.24 |
| HSL | 300º | 0.89% | 0.4% | - |
| HSV(B) | 300º | 0.94% | 0.76% | - |
| XYZ | 32.48 | 15.78 | 52.96 | - |
| YUV | 86.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 195 | 0 | 0.94 | 0 | 0.24 | 300 | 0.89 | 0.4 |
| Hex | C3 | B | C3 | 0 | 5E | 0 | 18 | 12C | 59 | 28 |
| Octal | 303 | 13 | 303 | 0 | 136 | 0 | 30 | 454 | 131 | 50 |
| Binary | 11000011 | 1011 | 11000011 | 0 | 1011110 | 0 | 11000 | 100101100 | 1011001 | 101000 |
Color Harmonies of #C30BC3
Complementary color
Monochromatic Colors of #C30BC3
Black with #C30BC3
Text Example
Text Example
White with #C30BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BC3; }
p { color: rgb(195,11,195); }
H1.HeaderClassName
{
color: #C30BC3;
}
.AnyTagClassName
{
color: #C30BC3;
}
</style>
background-color css
<style>
a { background-color: #C30BC3; }
a { background-color: rgb(195,11,195); }
div.DivClassName
{
background-color: #C30BC3;
}
.BgClassName
{
background-color: #C30BC3;
}
</style>
border-color css
<style>
span { border-color: #C30BC3; }
span { border-color: rgb(195,11,195); }
td.TdClassName
{
border-color: #C30BC3;
}
.TagClassName
{
border-color: #C30BC3;
}
</style>