Shades of Deep Magenta #C925B5
Tints of Deep Magenta #C925B5
RGB
CMYK
RGB Variations
Color information
#C925B5 (or 0xC925B5) is known color: Deep Magenta. HEX triplet: C9, 25 and B5. RGB value is (201,37,181). Sum of RGB (Red+Green+Blue) = 201+37+181=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C925B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925B5 is #36DA4A. Grayscale: #666666. Windows color (decimal): -3594827 or 11871689. OLE color: 11871689.
HSL color Cylindrical-coordinate representation of color #C925B5: hue angle of 307.32º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C925B5 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 181 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.21 |
| HSL | 307.32º | 0.69% | 0.47% | - |
| HSV(B) | 307.32º | 0.82% | 0.79% | - |
| XYZ | 33.09 | 17.08 | 45.27 | - |
| YUV | 102.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 181 | 0 | 0.82 | 0.10 | 0.21 | 307.32 | 0.69 | 0.47 |
| Hex | C9 | 25 | B5 | 0 | 52 | A | 15 | 133 | 45 | 2F |
| Octal | 311 | 45 | 265 | 0 | 122 | 12 | 25 | 463 | 105 | 57 |
| Binary | 11001001 | 100101 | 10110101 | 0 | 1010010 | 1010 | 10101 | 100110011 | 1000101 | 101111 |
Color Harmonies of #C925B5
Complementary color
Monochromatic Colors of #C925B5
Black with #C925B5
Text Example
Text Example
White with #C925B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925B5; }
p { color: rgb(201,37,181); }
H1.HeaderClassName
{
color: #C925B5;
}
.AnyTagClassName
{
color: #C925B5;
}
</style>
background-color css
<style>
a { background-color: #C925B5; }
a { background-color: rgb(201,37,181); }
div.DivClassName
{
background-color: #C925B5;
}
.BgClassName
{
background-color: #C925B5;
}
</style>
border-color css
<style>
span { border-color: #C925B5; }
span { border-color: rgb(201,37,181); }
td.TdClassName
{
border-color: #C925B5;
}
.TagClassName
{
border-color: #C925B5;
}
</style>