Shades of Deep Magenta #C505CF
Tints of Deep Magenta #C505CF
RGB
CMYK
RGB Variations
Color information
#C505CF (or 0xC505CF) is known color: Deep Magenta. HEX triplet: C5, 05 and CF. RGB value is (197,5,207). Sum of RGB (Red+Green+Blue) = 197+5+207=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #C505CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505CF is #3AFA30. Grayscale: #545454. Windows color (decimal): -3865137 or 13567429. OLE color: 13567429.
HSL color Cylindrical-coordinate representation of color #C505CF: hue angle of 297.03º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505CF is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 5 | 207 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.19 |
| HSL | 297.03º | 0.95% | 0.42% | - |
| HSV(B) | 297.03º | 0.98% | 0.81% | - |
| XYZ | 34.34 | 16.48 | 60.4 | - |
| YUV | 85.44 | 196.61 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 207 | 0.05 | 0.98 | 0 | 0.19 | 297.03 | 0.95 | 0.42 |
| Hex | C5 | 5 | CF | 5 | 62 | 0 | 13 | 129 | 5F | 2A |
| Octal | 305 | 5 | 317 | 5 | 142 | 0 | 23 | 451 | 137 | 52 |
| Binary | 11000101 | 101 | 11001111 | 101 | 1100010 | 0 | 10011 | 100101001 | 1011111 | 101010 |
Color Harmonies of #C505CF
Complementary color
Monochromatic Colors of #C505CF
Black with #C505CF
Text Example
Text Example
White with #C505CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C505CF; }
p { color: rgb(197,5,207); }
H1.HeaderClassName
{
color: #C505CF;
}
.AnyTagClassName
{
color: #C505CF;
}
</style>
background-color css
<style>
a { background-color: #C505CF; }
a { background-color: rgb(197,5,207); }
div.DivClassName
{
background-color: #C505CF;
}
.BgClassName
{
background-color: #C505CF;
}
</style>
border-color css
<style>
span { border-color: #C505CF; }
span { border-color: rgb(197,5,207); }
td.TdClassName
{
border-color: #C505CF;
}
.TagClassName
{
border-color: #C505CF;
}
</style>