Shades of Deep Magenta #CC1CB6
Tints of Deep Magenta #CC1CB6
RGB
CMYK
RGB Variations
Color information
#CC1CB6 (or 0xCC1CB6) is known color: Deep Magenta. HEX triplet: CC, 1C and B6. RGB value is (204,28,182). Sum of RGB (Red+Green+Blue) = 204+28+182=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CB6 is #33E349. Grayscale: #616161. Windows color (decimal): -3400522 or 11934924. OLE color: 11934924.
HSL color Cylindrical-coordinate representation of color #CC1CB6: hue angle of 307.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CB6 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 182 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.2 |
| HSL | 307.5º | 0.76% | 0.45% | - |
| HSV(B) | 307.5º | 0.86% | 0.8% | - |
| XYZ | 33.76 | 17.05 | 45.77 | - |
| YUV | 98.18 | 175.31 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 182 | 0 | 0.86 | 0.11 | 0.2 | 307.5 | 0.76 | 0.45 |
| Hex | CC | 1C | B6 | 0 | 56 | B | 14 | 134 | 4C | 2D |
| Octal | 314 | 34 | 266 | 0 | 126 | 13 | 24 | 464 | 114 | 55 |
| Binary | 11001100 | 11100 | 10110110 | 0 | 1010110 | 1011 | 10100 | 100110100 | 1001100 | 101101 |
Color Harmonies of #CC1CB6
Complementary color
Monochromatic Colors of #CC1CB6
Black with #CC1CB6
Text Example
Text Example
White with #CC1CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CB6; }
p { color: rgb(204,28,182); }
H1.HeaderClassName
{
color: #CC1CB6;
}
.AnyTagClassName
{
color: #CC1CB6;
}
</style>
background-color css
<style>
a { background-color: #CC1CB6; }
a { background-color: rgb(204,28,182); }
div.DivClassName
{
background-color: #CC1CB6;
}
.BgClassName
{
background-color: #CC1CB6;
}
</style>
border-color css
<style>
span { border-color: #CC1CB6; }
span { border-color: rgb(204,28,182); }
td.TdClassName
{
border-color: #CC1CB6;
}
.TagClassName
{
border-color: #CC1CB6;
}
</style>