Shades of Deep Magenta #CC1CC4
Tints of Deep Magenta #CC1CC4
RGB
CMYK
RGB Variations
Color information
#CC1CC4 (or 0xCC1CC4) is known color: Deep Magenta. HEX triplet: CC, 1C and C4. RGB value is (204,28,196). Sum of RGB (Red+Green+Blue) = 204+28+196=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CC4 is #33E33B. Grayscale: #636363. Windows color (decimal): -3400508 or 12852428. OLE color: 12852428.
HSL color Cylindrical-coordinate representation of color #CC1CC4: hue angle of 302.73º 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 #CC1CC4 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 196 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.2 |
| HSL | 302.73º | 0.76% | 0.45% | - |
| HSV(B) | 302.73º | 0.86% | 0.8% | - |
| XYZ | 35.28 | 17.65 | 53.77 | - |
| YUV | 99.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 196 | 0 | 0.86 | 0.04 | 0.2 | 302.73 | 0.76 | 0.45 |
| Hex | CC | 1C | C4 | 0 | 56 | 4 | 14 | 12F | 4C | 2D |
| Octal | 314 | 34 | 304 | 0 | 126 | 4 | 24 | 457 | 114 | 55 |
| Binary | 11001100 | 11100 | 11000100 | 0 | 1010110 | 100 | 10100 | 100101111 | 1001100 | 101101 |
Color Harmonies of #CC1CC4
Complementary color
Monochromatic Colors of #CC1CC4
Black with #CC1CC4
Text Example
Text Example
White with #CC1CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CC4; }
p { color: rgb(204,28,196); }
H1.HeaderClassName
{
color: #CC1CC4;
}
.AnyTagClassName
{
color: #CC1CC4;
}
</style>
background-color css
<style>
a { background-color: #CC1CC4; }
a { background-color: rgb(204,28,196); }
div.DivClassName
{
background-color: #CC1CC4;
}
.BgClassName
{
background-color: #CC1CC4;
}
</style>
border-color css
<style>
span { border-color: #CC1CC4; }
span { border-color: rgb(204,28,196); }
td.TdClassName
{
border-color: #CC1CC4;
}
.TagClassName
{
border-color: #CC1CC4;
}
</style>