Shades of Deep Magenta #C525BC
Tints of Deep Magenta #C525BC
RGB
CMYK
RGB Variations
Color information
#C525BC (or 0xC525BC) is known color: Deep Magenta. HEX triplet: C5, 25 and BC. RGB value is (197,37,188). Sum of RGB (Red+Green+Blue) = 197+37+188=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C525BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C525BC is #3ADA43. Grayscale: #656565. Windows color (decimal): -3856964 or 12330437. OLE color: 12330437.
HSL color Cylindrical-coordinate representation of color #C525BC: hue angle of 303.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C525BC is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 188 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.23 |
| HSL | 303.38º | 0.68% | 0.46% | - |
| HSV(B) | 303.38º | 0.81% | 0.77% | - |
| XYZ | 32.76 | 16.82 | 49.1 | - |
| YUV | 102.05 | 176.51 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 188 | 0 | 0.81 | 0.05 | 0.23 | 303.38 | 0.68 | 0.46 |
| Hex | C5 | 25 | BC | 0 | 51 | 5 | 17 | 12F | 44 | 2E |
| Octal | 305 | 45 | 274 | 0 | 121 | 5 | 27 | 457 | 104 | 56 |
| Binary | 11000101 | 100101 | 10111100 | 0 | 1010001 | 101 | 10111 | 100101111 | 1000100 | 101110 |
Color Harmonies of #C525BC
Complementary color
Monochromatic Colors of #C525BC
Black with #C525BC
Text Example
Text Example
White with #C525BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525BC; }
p { color: rgb(197,37,188); }
H1.HeaderClassName
{
color: #C525BC;
}
.AnyTagClassName
{
color: #C525BC;
}
</style>
background-color css
<style>
a { background-color: #C525BC; }
a { background-color: rgb(197,37,188); }
div.DivClassName
{
background-color: #C525BC;
}
.BgClassName
{
background-color: #C525BC;
}
</style>
border-color css
<style>
span { border-color: #C525BC; }
span { border-color: rgb(197,37,188); }
td.TdClassName
{
border-color: #C525BC;
}
.TagClassName
{
border-color: #C525BC;
}
</style>