Shades of Deep Magenta #C30BAF
Tints of Deep Magenta #C30BAF
RGB
CMYK
RGB Variations
Color information
#C30BAF (or 0xC30BAF) is known color: Deep Magenta. HEX triplet: C3, 0B and AF. RGB value is (195,11,175). Sum of RGB (Red+Green+Blue) = 195+11+175=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C30BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30BAF is #3CF450. Grayscale: #545454. Windows color (decimal): -3994705 or 11471811. OLE color: 11471811.
HSL color Cylindrical-coordinate representation of color #C30BAF: hue angle of 306.52º 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 #C30BAF is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.24 |
| HSL | 306.52º | 0.89% | 0.4% | - |
| HSV(B) | 306.52º | 0.94% | 0.76% | - |
| XYZ | 30.36 | 14.94 | 41.84 | - |
| YUV | 84.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 175 | 0 | 0.94 | 0.10 | 0.24 | 306.52 | 0.89 | 0.4 |
| Hex | C3 | B | AF | 0 | 5E | A | 18 | 133 | 59 | 28 |
| Octal | 303 | 13 | 257 | 0 | 136 | 12 | 30 | 463 | 131 | 50 |
| Binary | 11000011 | 1011 | 10101111 | 0 | 1011110 | 1010 | 11000 | 100110011 | 1011001 | 101000 |
Color Harmonies of #C30BAF
Complementary color
Monochromatic Colors of #C30BAF
Black with #C30BAF
Text Example
Text Example
White with #C30BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BAF; }
p { color: rgb(195,11,175); }
H1.HeaderClassName
{
color: #C30BAF;
}
.AnyTagClassName
{
color: #C30BAF;
}
</style>
background-color css
<style>
a { background-color: #C30BAF; }
a { background-color: rgb(195,11,175); }
div.DivClassName
{
background-color: #C30BAF;
}
.BgClassName
{
background-color: #C30BAF;
}
</style>
border-color css
<style>
span { border-color: #C30BAF; }
span { border-color: rgb(195,11,175); }
td.TdClassName
{
border-color: #C30BAF;
}
.TagClassName
{
border-color: #C30BAF;
}
</style>