Shades of Deep Magenta #C30BBD
Tints of Deep Magenta #C30BBD
RGB
CMYK
RGB Variations
Color information
#C30BBD (or 0xC30BBD) is known color: Deep Magenta. HEX triplet: C3, 0B and BD. RGB value is (195,11,189). Sum of RGB (Red+Green+Blue) = 195+11+189=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BBD is #3CF442. Grayscale: #555555. Windows color (decimal): -3994691 or 12389315. OLE color: 12389315.
HSL color Cylindrical-coordinate representation of color #C30BBD: hue angle of 301.96º 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 #C30BBD is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 189 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.24 |
| HSL | 301.96º | 0.89% | 0.4% | - |
| HSV(B) | 301.96º | 0.94% | 0.76% | - |
| XYZ | 31.81 | 15.52 | 49.46 | - |
| YUV | 86.31 | 185.96 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 189 | 0 | 0.94 | 0.03 | 0.24 | 301.96 | 0.89 | 0.4 |
| Hex | C3 | B | BD | 0 | 5E | 3 | 18 | 12E | 59 | 28 |
| Octal | 303 | 13 | 275 | 0 | 136 | 3 | 30 | 456 | 131 | 50 |
| Binary | 11000011 | 1011 | 10111101 | 0 | 1011110 | 11 | 11000 | 100101110 | 1011001 | 101000 |
Color Harmonies of #C30BBD
Complementary color
Monochromatic Colors of #C30BBD
Black with #C30BBD
Text Example
Text Example
White with #C30BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BBD; }
p { color: rgb(195,11,189); }
H1.HeaderClassName
{
color: #C30BBD;
}
.AnyTagClassName
{
color: #C30BBD;
}
</style>
background-color css
<style>
a { background-color: #C30BBD; }
a { background-color: rgb(195,11,189); }
div.DivClassName
{
background-color: #C30BBD;
}
.BgClassName
{
background-color: #C30BBD;
}
</style>
border-color css
<style>
span { border-color: #C30BBD; }
span { border-color: rgb(195,11,189); }
td.TdClassName
{
border-color: #C30BBD;
}
.TagClassName
{
border-color: #C30BBD;
}
</style>