Shades of Deep Magenta #CC25C4
Tints of Deep Magenta #CC25C4
RGB
CMYK
RGB Variations
Color information
#CC25C4 (or 0xCC25C4) is known color: Deep Magenta. HEX triplet: CC, 25 and C4. RGB value is (204,37,196). Sum of RGB (Red+Green+Blue) = 204+37+196=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25C4 is #33DA3B. Grayscale: #686868. Windows color (decimal): -3398204 or 12854732. OLE color: 12854732.
HSL color Cylindrical-coordinate representation of color #CC25C4: hue angle of 302.87º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC25C4 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 196 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.2 |
| HSL | 302.87º | 0.69% | 0.47% | - |
| HSV(B) | 302.87º | 0.82% | 0.8% | - |
| XYZ | 35.53 | 18.15 | 53.85 | - |
| YUV | 105.06 | 179.33 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 196 | 0 | 0.82 | 0.04 | 0.2 | 302.87 | 0.69 | 0.47 |
| Hex | CC | 25 | C4 | 0 | 52 | 4 | 14 | 12F | 45 | 2F |
| Octal | 314 | 45 | 304 | 0 | 122 | 4 | 24 | 457 | 105 | 57 |
| Binary | 11001100 | 100101 | 11000100 | 0 | 1010010 | 100 | 10100 | 100101111 | 1000101 | 101111 |
Color Harmonies of #CC25C4
Complementary color
Monochromatic Colors of #CC25C4
Black with #CC25C4
Text Example
Text Example
White with #CC25C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25C4; }
p { color: rgb(204,37,196); }
H1.HeaderClassName
{
color: #CC25C4;
}
.AnyTagClassName
{
color: #CC25C4;
}
</style>
background-color css
<style>
a { background-color: #CC25C4; }
a { background-color: rgb(204,37,196); }
div.DivClassName
{
background-color: #CC25C4;
}
.BgClassName
{
background-color: #CC25C4;
}
</style>
border-color css
<style>
span { border-color: #CC25C4; }
span { border-color: rgb(204,37,196); }
td.TdClassName
{
border-color: #CC25C4;
}
.TagClassName
{
border-color: #CC25C4;
}
</style>