Shades of Deep Magenta #C305BD
Tints of Deep Magenta #C305BD
RGB
CMYK
RGB Variations
Color information
#C305BD (or 0xC305BD) is known color: Deep Magenta. HEX triplet: C3, 05 and BD. RGB value is (195,5,189). Sum of RGB (Red+Green+Blue) = 195+5+189=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C305BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C305BD is #3CFA42. Grayscale: #525252. Windows color (decimal): -3996227 or 12387779. OLE color: 12387779.
HSL color Cylindrical-coordinate representation of color #C305BD: hue angle of 301.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C305BD is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 189 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.24 |
| HSL | 301.89º | 0.95% | 0.39% | - |
| HSV(B) | 301.89º | 0.97% | 0.76% | - |
| XYZ | 31.75 | 15.38 | 49.44 | - |
| YUV | 82.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 189 | 0 | 0.97 | 0.03 | 0.24 | 301.89 | 0.95 | 0.39 |
| Hex | C3 | 5 | BD | 0 | 61 | 3 | 18 | 12E | 5F | 27 |
| Octal | 303 | 5 | 275 | 0 | 141 | 3 | 30 | 456 | 137 | 47 |
| Binary | 11000011 | 101 | 10111101 | 0 | 1100001 | 11 | 11000 | 100101110 | 1011111 | 100111 |
Color Harmonies of #C305BD
Complementary color
Monochromatic Colors of #C305BD
Black with #C305BD
Text Example
Text Example
White with #C305BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C305BD; }
p { color: rgb(195,5,189); }
H1.HeaderClassName
{
color: #C305BD;
}
.AnyTagClassName
{
color: #C305BD;
}
</style>
background-color css
<style>
a { background-color: #C305BD; }
a { background-color: rgb(195,5,189); }
div.DivClassName
{
background-color: #C305BD;
}
.BgClassName
{
background-color: #C305BD;
}
</style>
border-color css
<style>
span { border-color: #C305BD; }
span { border-color: rgb(195,5,189); }
td.TdClassName
{
border-color: #C305BD;
}
.TagClassName
{
border-color: #C305BD;
}
</style>