Shades of Deep Magenta #C527BC
Tints of Deep Magenta #C527BC
RGB
CMYK
RGB Variations
Color information
#C527BC (or 0xC527BC) is known color: Deep Magenta. HEX triplet: C5, 27 and BC. RGB value is (197,39,188). Sum of RGB (Red+Green+Blue) = 197+39+188=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C527BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C527BC is #3AD843. Grayscale: #666666. Windows color (decimal): -3856452 or 12330949. OLE color: 12330949.
HSL color Cylindrical-coordinate representation of color #C527BC: hue angle of 303.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C527BC is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 188 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.23 |
| HSL | 303.42º | 0.67% | 0.46% | - |
| HSV(B) | 303.42º | 0.8% | 0.77% | - |
| XYZ | 32.83 | 16.95 | 49.12 | - |
| YUV | 103.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 188 | 0 | 0.80 | 0.05 | 0.23 | 303.42 | 0.67 | 0.46 |
| Hex | C5 | 27 | BC | 0 | 50 | 5 | 17 | 12F | 43 | 2E |
| Octal | 305 | 47 | 274 | 0 | 120 | 5 | 27 | 457 | 103 | 56 |
| Binary | 11000101 | 100111 | 10111100 | 0 | 1010000 | 101 | 10111 | 100101111 | 1000011 | 101110 |
Color Harmonies of #C527BC
Complementary color
Monochromatic Colors of #C527BC
Black with #C527BC
Text Example
Text Example
White with #C527BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C527BC; }
p { color: rgb(197,39,188); }
H1.HeaderClassName
{
color: #C527BC;
}
.AnyTagClassName
{
color: #C527BC;
}
</style>
background-color css
<style>
a { background-color: #C527BC; }
a { background-color: rgb(197,39,188); }
div.DivClassName
{
background-color: #C527BC;
}
.BgClassName
{
background-color: #C527BC;
}
</style>
border-color css
<style>
span { border-color: #C527BC; }
span { border-color: rgb(197,39,188); }
td.TdClassName
{
border-color: #C527BC;
}
.TagClassName
{
border-color: #C527BC;
}
</style>