Shades of Deep Magenta #C30BCB
Tints of Deep Magenta #C30BCB
RGB
CMYK
RGB Variations
Color information
#C30BCB (or 0xC30BCB) is known color: Deep Magenta. HEX triplet: C3, 0B and CB. RGB value is (195,11,203). Sum of RGB (Red+Green+Blue) = 195+11+203=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #C30BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C30BCB is #3CF434. Grayscale: #575757. Windows color (decimal): -3994677 or 13306819. OLE color: 13306819.
HSL color Cylindrical-coordinate representation of color #C30BCB: hue angle of 297.5º 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 #C30BCB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 11 | 203 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.20 |
| HSL | 297.5º | 0.9% | 0.42% | - |
| HSV(B) | 297.5º | 0.95% | 0.8% | - |
| XYZ | 33.4 | 16.15 | 57.86 | - |
| YUV | 87.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 203 | 0.04 | 0.95 | 0 | 0.20 | 297.5 | 0.9 | 0.42 |
| Hex | C3 | B | CB | 4 | 5F | 0 | 14 | 12A | 5A | 2A |
| Octal | 303 | 13 | 313 | 4 | 137 | 0 | 24 | 452 | 132 | 52 |
| Binary | 11000011 | 1011 | 11001011 | 100 | 1011111 | 0 | 10100 | 100101010 | 1011010 | 101010 |
Color Harmonies of #C30BCB
Complementary color
Monochromatic Colors of #C30BCB
Black with #C30BCB
Text Example
Text Example
White with #C30BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30BCB; }
p { color: rgb(195,11,203); }
H1.HeaderClassName
{
color: #C30BCB;
}
.AnyTagClassName
{
color: #C30BCB;
}
</style>
background-color css
<style>
a { background-color: #C30BCB; }
a { background-color: rgb(195,11,203); }
div.DivClassName
{
background-color: #C30BCB;
}
.BgClassName
{
background-color: #C30BCB;
}
</style>
border-color css
<style>
span { border-color: #C30BCB; }
span { border-color: rgb(195,11,203); }
td.TdClassName
{
border-color: #C30BCB;
}
.TagClassName
{
border-color: #C30BCB;
}
</style>