Shades of Deep Magenta #C525B2
Tints of Deep Magenta #C525B2
RGB
CMYK
RGB Variations
Color information
#C525B2 (or 0xC525B2) is known color: Deep Magenta. HEX triplet: C5, 25 and B2. RGB value is (197,37,178). Sum of RGB (Red+Green+Blue) = 197+37+178=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C525B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525B2 is #3ADA4D. Grayscale: #646464. Windows color (decimal): -3856974 or 11675077. OLE color: 11675077.
HSL color Cylindrical-coordinate representation of color #C525B2: hue angle of 307.12º 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 #C525B2 is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 178 | - |
| CMYK | 0 | 0.81 | 0.10 | 0.23 |
| HSL | 307.13º | 0.68% | 0.46% | - |
| HSV(B) | 307.13º | 0.81% | 0.77% | - |
| XYZ | 31.72 | 16.41 | 43.61 | - |
| YUV | 100.91 | 171.51 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 178 | 0 | 0.81 | 0.10 | 0.23 | 307.13 | 0.68 | 0.46 |
| Hex | C5 | 25 | B2 | 0 | 51 | A | 17 | 133 | 44 | 2E |
| Octal | 305 | 45 | 262 | 0 | 121 | 12 | 27 | 463 | 104 | 56 |
| Binary | 11000101 | 100101 | 10110010 | 0 | 1010001 | 1010 | 10111 | 100110011 | 1000100 | 101110 |
Color Harmonies of #C525B2
Complementary color
Monochromatic Colors of #C525B2
Black with #C525B2
Text Example
Text Example
White with #C525B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C525B2; }
p { color: rgb(197,37,178); }
H1.HeaderClassName
{
color: #C525B2;
}
.AnyTagClassName
{
color: #C525B2;
}
</style>
background-color css
<style>
a { background-color: #C525B2; }
a { background-color: rgb(197,37,178); }
div.DivClassName
{
background-color: #C525B2;
}
.BgClassName
{
background-color: #C525B2;
}
</style>
border-color css
<style>
span { border-color: #C525B2; }
span { border-color: rgb(197,37,178); }
td.TdClassName
{
border-color: #C525B2;
}
.TagClassName
{
border-color: #C525B2;
}
</style>