Shades of Deep Magenta #C30BCC
Tints of Deep Magenta #C30BCC
RGB
CMYK
RGB Variations
Color information
#C30BCC (or 0xC30BCC) is known color: Deep Magenta. HEX triplet: C3, 0B and CC. RGB value is (195,11,204). Sum of RGB (Red+Green+Blue) = 195+11+204=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 11 (4.69% from 255 or 2.68% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #C30BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BCC is #3CF433. Grayscale: #575757. Windows color (decimal): -3994676 or 13372355. OLE color: 13372355.
HSL color Cylindrical-coordinate representation of color #C30BCC: hue angle of 297.2º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30BCC is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 11 | 204 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.2 |
| HSL | 297.2º | 0.9% | 0.42% | - |
| HSV(B) | 297.2º | 0.95% | 0.8% | - |
| XYZ | 33.52 | 16.2 | 58.49 | - |
| YUV | 88.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 204 | 0.04 | 0.95 | 0 | 0.2 | 297.2 | 0.9 | 0.42 |
| Hex | C3 | B | CC | 4 | 5F | 0 | 14 | 129 | 5A | 2A |
| Octal | 303 | 13 | 314 | 4 | 137 | 0 | 24 | 451 | 132 | 52 |
| Binary | 11000011 | 1011 | 11001100 | 100 | 1011111 | 0 | 10100 | 100101001 | 1011010 | 101010 |
Color Harmonies of #C30BCC
Complementary color
Monochromatic Colors of #C30BCC
Black with #C30BCC
Text Example
Text Example
White with #C30BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BCC; }
p { color: rgb(195,11,204); }
H1.HeaderClassName
{
color: #C30BCC;
}
.AnyTagClassName
{
color: #C30BCC;
}
</style>
background-color css
<style>
a { background-color: #C30BCC; }
a { background-color: rgb(195,11,204); }
div.DivClassName
{
background-color: #C30BCC;
}
.BgClassName
{
background-color: #C30BCC;
}
</style>
border-color css
<style>
span { border-color: #C30BCC; }
span { border-color: rgb(195,11,204); }
td.TdClassName
{
border-color: #C30BCC;
}
.TagClassName
{
border-color: #C30BCC;
}
</style>