Shades of Deep Magenta #C30BBB
Tints of Deep Magenta #C30BBB
RGB
CMYK
RGB Variations
Color information
#C30BBB (or 0xC30BBB) is known color: Deep Magenta. HEX triplet: C3, 0B and BB. RGB value is (195,11,187). Sum of RGB (Red+Green+Blue) = 195+11+187=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BBB is #3CF444. Grayscale: #555555. Windows color (decimal): -3994693 or 12258243. OLE color: 12258243.
HSL color Cylindrical-coordinate representation of color #C30BBB: hue angle of 302.61º 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 #C30BBB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 187 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.24 |
| HSL | 302.61º | 0.89% | 0.4% | - |
| HSV(B) | 302.61º | 0.94% | 0.76% | - |
| XYZ | 31.59 | 15.43 | 48.33 | - |
| YUV | 86.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 187 | 0 | 0.94 | 0.04 | 0.24 | 302.61 | 0.89 | 0.4 |
| Hex | C3 | B | BB | 0 | 5E | 4 | 18 | 12F | 59 | 28 |
| Octal | 303 | 13 | 273 | 0 | 136 | 4 | 30 | 457 | 131 | 50 |
| Binary | 11000011 | 1011 | 10111011 | 0 | 1011110 | 100 | 11000 | 100101111 | 1011001 | 101000 |
Color Harmonies of #C30BBB
Complementary color
Monochromatic Colors of #C30BBB
Black with #C30BBB
Text Example
Text Example
White with #C30BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BBB; }
p { color: rgb(195,11,187); }
H1.HeaderClassName
{
color: #C30BBB;
}
.AnyTagClassName
{
color: #C30BBB;
}
</style>
background-color css
<style>
a { background-color: #C30BBB; }
a { background-color: rgb(195,11,187); }
div.DivClassName
{
background-color: #C30BBB;
}
.BgClassName
{
background-color: #C30BBB;
}
</style>
border-color css
<style>
span { border-color: #C30BBB; }
span { border-color: rgb(195,11,187); }
td.TdClassName
{
border-color: #C30BBB;
}
.TagClassName
{
border-color: #C30BBB;
}
</style>