Shades of Deep Magenta #C925C9
Tints of Deep Magenta #C925C9
RGB
CMYK
RGB Variations
Color information
#C925C9 (or 0xC925C9) is known color: Deep Magenta. HEX triplet: C9, 25 and C9. RGB value is (201,37,201). Sum of RGB (Red+Green+Blue) = 201+37+201=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C925C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925C9 is #36DA36. Grayscale: #686868. Windows color (decimal): -3594807 or 13182409. OLE color: 13182409.
HSL color Cylindrical-coordinate representation of color #C925C9: hue angle of 300º 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 #C925C9 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 201 | - |
| CMYK | 0 | 0.82 | 0 | 0.21 |
| HSL | 300º | 0.69% | 0.47% | - |
| HSV(B) | 300º | 0.82% | 0.79% | - |
| XYZ | 35.29 | 17.96 | 56.86 | - |
| YUV | 104.73 | 182.33 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 201 | 0 | 0.82 | 0 | 0.21 | 300 | 0.69 | 0.47 |
| Hex | C9 | 25 | C9 | 0 | 52 | 0 | 15 | 12C | 45 | 2F |
| Octal | 311 | 45 | 311 | 0 | 122 | 0 | 25 | 454 | 105 | 57 |
| Binary | 11001001 | 100101 | 11001001 | 0 | 1010010 | 0 | 10101 | 100101100 | 1000101 | 101111 |
Color Harmonies of #C925C9
Complementary color
Monochromatic Colors of #C925C9
Black with #C925C9
Text Example
Text Example
White with #C925C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925C9; }
p { color: rgb(201,37,201); }
H1.HeaderClassName
{
color: #C925C9;
}
.AnyTagClassName
{
color: #C925C9;
}
</style>
background-color css
<style>
a { background-color: #C925C9; }
a { background-color: rgb(201,37,201); }
div.DivClassName
{
background-color: #C925C9;
}
.BgClassName
{
background-color: #C925C9;
}
</style>
border-color css
<style>
span { border-color: #C925C9; }
span { border-color: rgb(201,37,201); }
td.TdClassName
{
border-color: #C925C9;
}
.TagClassName
{
border-color: #C925C9;
}
</style>