Shades of Deep Magenta #CC05BF
Tints of Deep Magenta #CC05BF
RGB
CMYK
RGB Variations
Color information
#CC05BF (or 0xCC05BF) is known color: Deep Magenta. HEX triplet: CC, 05 and BF. RGB value is (204,5,191). Sum of RGB (Red+Green+Blue) = 204+5+191=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC05BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05BF is #33FA40. Grayscale: #555555. Windows color (decimal): -3406401 or 12518860. OLE color: 12518860.
HSL color Cylindrical-coordinate representation of color #CC05BF: hue angle of 303.92º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05BF is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.2 |
| HSL | 303.92º | 0.95% | 0.41% | - |
| HSV(B) | 303.92º | 0.98% | 0.8% | - |
| XYZ | 34.36 | 16.71 | 50.7 | - |
| YUV | 85.71 | 187.43 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 191 | 0 | 0.98 | 0.06 | 0.2 | 303.92 | 0.95 | 0.41 |
| Hex | CC | 5 | BF | 0 | 62 | 6 | 14 | 130 | 5F | 29 |
| Octal | 314 | 5 | 277 | 0 | 142 | 6 | 24 | 460 | 137 | 51 |
| Binary | 11001100 | 101 | 10111111 | 0 | 1100010 | 110 | 10100 | 100110000 | 1011111 | 101001 |
Color Harmonies of #CC05BF
Complementary color
Monochromatic Colors of #CC05BF
Black with #CC05BF
Text Example
Text Example
White with #CC05BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05BF; }
p { color: rgb(204,5,191); }
H1.HeaderClassName
{
color: #CC05BF;
}
.AnyTagClassName
{
color: #CC05BF;
}
</style>
background-color css
<style>
a { background-color: #CC05BF; }
a { background-color: rgb(204,5,191); }
div.DivClassName
{
background-color: #CC05BF;
}
.BgClassName
{
background-color: #CC05BF;
}
</style>
border-color css
<style>
span { border-color: #CC05BF; }
span { border-color: rgb(204,5,191); }
td.TdClassName
{
border-color: #CC05BF;
}
.TagClassName
{
border-color: #CC05BF;
}
</style>