Shades of Deep Magenta #CC25DF
Tints of Deep Magenta #CC25DF
RGB
CMYK
RGB Variations
Color information
#CC25DF (or 0xCC25DF) is known color: Deep Magenta. HEX triplet: CC, 25 and DF. RGB value is (204,37,223). Sum of RGB (Red+Green+Blue) = 204+37+223=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25DF is #33DA20. Grayscale: #6B6B6B. Windows color (decimal): -3398177 or 14624204. OLE color: 14624204.
HSL color Cylindrical-coordinate representation of color #CC25DF: hue angle of 293.87º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC25DF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 37 | 223 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.13 |
| HSL | 293.87º | 0.74% | 0.51% | - |
| HSV(B) | 293.87º | 0.83% | 0.87% | - |
| XYZ | 38.88 | 19.49 | 71.52 | - |
| YUV | 108.14 | 192.83 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 223 | 0.09 | 0.83 | 0 | 0.13 | 293.87 | 0.74 | 0.51 |
| Hex | CC | 25 | DF | 9 | 53 | 0 | D | 126 | 4A | 33 |
| Octal | 314 | 45 | 337 | 11 | 123 | 0 | 15 | 446 | 112 | 63 |
| Binary | 11001100 | 100101 | 11011111 | 1001 | 1010011 | 0 | 1101 | 100100110 | 1001010 | 110011 |
Color Harmonies of #CC25DF
Complementary color
Monochromatic Colors of #CC25DF
Black with #CC25DF
Text Example
Text Example
White with #CC25DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25DF; }
p { color: rgb(204,37,223); }
H1.HeaderClassName
{
color: #CC25DF;
}
.AnyTagClassName
{
color: #CC25DF;
}
</style>
background-color css
<style>
a { background-color: #CC25DF; }
a { background-color: rgb(204,37,223); }
div.DivClassName
{
background-color: #CC25DF;
}
.BgClassName
{
background-color: #CC25DF;
}
</style>
border-color css
<style>
span { border-color: #CC25DF; }
span { border-color: rgb(204,37,223); }
td.TdClassName
{
border-color: #CC25DF;
}
.TagClassName
{
border-color: #CC25DF;
}
</style>