Shades of Deep Magenta #CC25C3
Tints of Deep Magenta #CC25C3
RGB
CMYK
RGB Variations
Color information
#CC25C3 (or 0xCC25C3) is known color: Deep Magenta. HEX triplet: CC, 25 and C3. RGB value is (204,37,195). Sum of RGB (Red+Green+Blue) = 204+37+195=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25C3 is #33DA3C. Grayscale: #686868. Windows color (decimal): -3398205 or 12789196. OLE color: 12789196.
HSL color Cylindrical-coordinate representation of color #CC25C3: hue angle of 303.23º 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 #CC25C3 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 195 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.2 |
| HSL | 303.23º | 0.69% | 0.47% | - |
| HSV(B) | 303.23º | 0.82% | 0.8% | - |
| XYZ | 35.41 | 18.1 | 53.26 | - |
| YUV | 104.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 195 | 0 | 0.82 | 0.04 | 0.2 | 303.23 | 0.69 | 0.47 |
| Hex | CC | 25 | C3 | 0 | 52 | 4 | 14 | 12F | 45 | 2F |
| Octal | 314 | 45 | 303 | 0 | 122 | 4 | 24 | 457 | 105 | 57 |
| Binary | 11001100 | 100101 | 11000011 | 0 | 1010010 | 100 | 10100 | 100101111 | 1000101 | 101111 |
Color Harmonies of #CC25C3
Complementary color
Monochromatic Colors of #CC25C3
Black with #CC25C3
Text Example
Text Example
White with #CC25C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25C3; }
p { color: rgb(204,37,195); }
H1.HeaderClassName
{
color: #CC25C3;
}
.AnyTagClassName
{
color: #CC25C3;
}
</style>
background-color css
<style>
a { background-color: #CC25C3; }
a { background-color: rgb(204,37,195); }
div.DivClassName
{
background-color: #CC25C3;
}
.BgClassName
{
background-color: #CC25C3;
}
</style>
border-color css
<style>
span { border-color: #CC25C3; }
span { border-color: rgb(204,37,195); }
td.TdClassName
{
border-color: #CC25C3;
}
.TagClassName
{
border-color: #CC25C3;
}
</style>