Shades of Deep Magenta #C925C4
Tints of Deep Magenta #C925C4
RGB
CMYK
RGB Variations
Color information
#C925C4 (or 0xC925C4) is known color: Deep Magenta. HEX triplet: C9, 25 and C4. RGB value is (201,37,196). Sum of RGB (Red+Green+Blue) = 201+37+196=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C925C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C925C4 is #36DA3B. Grayscale: #676767. Windows color (decimal): -3594812 or 12854729. OLE color: 12854729.
HSL color Cylindrical-coordinate representation of color #C925C4: hue angle of 301.83º 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 #C925C4 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 196 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.21 |
| HSL | 301.83º | 0.69% | 0.47% | - |
| HSV(B) | 301.83º | 0.82% | 0.79% | - |
| XYZ | 34.71 | 17.73 | 53.82 | - |
| YUV | 104.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 196 | 0 | 0.82 | 0.02 | 0.21 | 301.83 | 0.69 | 0.47 |
| Hex | C9 | 25 | C4 | 0 | 52 | 2 | 15 | 12E | 45 | 2F |
| Octal | 311 | 45 | 304 | 0 | 122 | 2 | 25 | 456 | 105 | 57 |
| Binary | 11001001 | 100101 | 11000100 | 0 | 1010010 | 10 | 10101 | 100101110 | 1000101 | 101111 |
Color Harmonies of #C925C4
Complementary color
Monochromatic Colors of #C925C4
Black with #C925C4
Text Example
Text Example
White with #C925C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925C4; }
p { color: rgb(201,37,196); }
H1.HeaderClassName
{
color: #C925C4;
}
.AnyTagClassName
{
color: #C925C4;
}
</style>
background-color css
<style>
a { background-color: #C925C4; }
a { background-color: rgb(201,37,196); }
div.DivClassName
{
background-color: #C925C4;
}
.BgClassName
{
background-color: #C925C4;
}
</style>
border-color css
<style>
span { border-color: #C925C4; }
span { border-color: rgb(201,37,196); }
td.TdClassName
{
border-color: #C925C4;
}
.TagClassName
{
border-color: #C925C4;
}
</style>