Shades of Deep Magenta #C505CB
Tints of Deep Magenta #C505CB
RGB
CMYK
RGB Variations
Color information
#C505CB (or 0xC505CB) is known color: Deep Magenta. HEX triplet: C5, 05 and CB. RGB value is (197,5,203). Sum of RGB (Red+Green+Blue) = 197+5+203=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #C505CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505CB is #3AFA34. Grayscale: #545454. Windows color (decimal): -3865141 or 13305285. OLE color: 13305285.
HSL color Cylindrical-coordinate representation of color #C505CB: hue angle of 298.18º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505CB is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 5 | 203 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.20 |
| HSL | 298.18º | 0.95% | 0.41% | - |
| HSV(B) | 298.18º | 0.98% | 0.8% | - |
| XYZ | 33.86 | 16.29 | 57.86 | - |
| YUV | 84.98 | 194.61 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 203 | 0.03 | 0.98 | 0 | 0.20 | 298.18 | 0.95 | 0.41 |
| Hex | C5 | 5 | CB | 3 | 62 | 0 | 14 | 12A | 5F | 29 |
| Octal | 305 | 5 | 313 | 3 | 142 | 0 | 24 | 452 | 137 | 51 |
| Binary | 11000101 | 101 | 11001011 | 11 | 1100010 | 0 | 10100 | 100101010 | 1011111 | 101001 |
Color Harmonies of #C505CB
Complementary color
Monochromatic Colors of #C505CB
Black with #C505CB
Text Example
Text Example
White with #C505CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505CB; }
p { color: rgb(197,5,203); }
H1.HeaderClassName
{
color: #C505CB;
}
.AnyTagClassName
{
color: #C505CB;
}
</style>
background-color css
<style>
a { background-color: #C505CB; }
a { background-color: rgb(197,5,203); }
div.DivClassName
{
background-color: #C505CB;
}
.BgClassName
{
background-color: #C505CB;
}
</style>
border-color css
<style>
span { border-color: #C505CB; }
span { border-color: rgb(197,5,203); }
td.TdClassName
{
border-color: #C505CB;
}
.TagClassName
{
border-color: #C505CB;
}
</style>