Shades of Deep Magenta #CC25BC
Tints of Deep Magenta #CC25BC
RGB
CMYK
RGB Variations
Color information
#CC25BC (or 0xCC25BC) is known color: Deep Magenta. HEX triplet: CC, 25 and BC. RGB value is (204,37,188). Sum of RGB (Red+Green+Blue) = 204+37+188=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC25BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC25BC is #33DA43. Grayscale: #676767. Windows color (decimal): -3398212 or 12330444. OLE color: 12330444.
HSL color Cylindrical-coordinate representation of color #CC25BC: hue angle of 305.75º 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 #CC25BC is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 188 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.2 |
| HSL | 305.75º | 0.69% | 0.47% | - |
| HSV(B) | 305.75º | 0.82% | 0.8% | - |
| XYZ | 34.64 | 17.79 | 49.19 | - |
| YUV | 104.15 | 175.33 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 188 | 0 | 0.82 | 0.08 | 0.2 | 305.75 | 0.69 | 0.47 |
| Hex | CC | 25 | BC | 0 | 52 | 8 | 14 | 132 | 45 | 2F |
| Octal | 314 | 45 | 274 | 0 | 122 | 10 | 24 | 462 | 105 | 57 |
| Binary | 11001100 | 100101 | 10111100 | 0 | 1010010 | 1000 | 10100 | 100110010 | 1000101 | 101111 |
Color Harmonies of #CC25BC
Complementary color
Monochromatic Colors of #CC25BC
Black with #CC25BC
Text Example
Text Example
White with #CC25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC25BC; }
p { color: rgb(204,37,188); }
H1.HeaderClassName
{
color: #CC25BC;
}
.AnyTagClassName
{
color: #CC25BC;
}
</style>
background-color css
<style>
a { background-color: #CC25BC; }
a { background-color: rgb(204,37,188); }
div.DivClassName
{
background-color: #CC25BC;
}
.BgClassName
{
background-color: #CC25BC;
}
</style>
border-color css
<style>
span { border-color: #CC25BC; }
span { border-color: rgb(204,37,188); }
td.TdClassName
{
border-color: #CC25BC;
}
.TagClassName
{
border-color: #CC25BC;
}
</style>