Shades of Deep Magenta #CC25CC
Tints of Deep Magenta #CC25CC
RGB
CMYK
RGB Variations
Color information
#CC25CC (or 0xCC25CC) is known color: Deep Magenta. HEX triplet: CC, 25 and CC. RGB value is (204,37,204). Sum of RGB (Red+Green+Blue) = 204+37+204=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 37 (14.84% from 255 or 8.31% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC25CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25CC is #33DA33. Grayscale: #696969. Windows color (decimal): -3398196 or 13379020. OLE color: 13379020.
HSL color Cylindrical-coordinate representation of color #CC25CC: hue angle of 300º 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 #CC25CC is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 204 | - |
| CMYK | 0 | 0.82 | 0 | 0.2 |
| HSL | 300º | 0.69% | 0.47% | - |
| HSV(B) | 300º | 0.82% | 0.8% | - |
| XYZ | 36.46 | 18.52 | 58.78 | - |
| YUV | 105.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 204 | 0 | 0.82 | 0 | 0.2 | 300 | 0.69 | 0.47 |
| Hex | CC | 25 | CC | 0 | 52 | 0 | 14 | 12C | 45 | 2F |
| Octal | 314 | 45 | 314 | 0 | 122 | 0 | 24 | 454 | 105 | 57 |
| Binary | 11001100 | 100101 | 11001100 | 0 | 1010010 | 0 | 10100 | 100101100 | 1000101 | 101111 |
Color Harmonies of #CC25CC
Complementary color
Monochromatic Colors of #CC25CC
Black with #CC25CC
Text Example
Text Example
White with #CC25CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25CC; }
p { color: rgb(204,37,204); }
H1.HeaderClassName
{
color: #CC25CC;
}
.AnyTagClassName
{
color: #CC25CC;
}
</style>
background-color css
<style>
a { background-color: #CC25CC; }
a { background-color: rgb(204,37,204); }
div.DivClassName
{
background-color: #CC25CC;
}
.BgClassName
{
background-color: #CC25CC;
}
</style>
border-color css
<style>
span { border-color: #CC25CC; }
span { border-color: rgb(204,37,204); }
td.TdClassName
{
border-color: #CC25CC;
}
.TagClassName
{
border-color: #CC25CC;
}
</style>