Shades of Deep Magenta #CC1EB5
Tints of Deep Magenta #CC1EB5
RGB
CMYK
RGB Variations
Color information
#CC1EB5 (or 0xCC1EB5) is known color: Deep Magenta. HEX triplet: CC, 1E and B5. RGB value is (204,30,181). Sum of RGB (Red+Green+Blue) = 204+30+181=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 30 (12.11% from 255 or 7.23% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EB5 is #33E14A. Grayscale: #626262. Windows color (decimal): -3400011 or 11869900. OLE color: 11869900.
HSL color Cylindrical-coordinate representation of color #CC1EB5: hue angle of 307.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1EB5 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 181 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.2 |
| HSL | 307.93º | 0.74% | 0.46% | - |
| HSV(B) | 307.93º | 0.85% | 0.8% | - |
| XYZ | 33.71 | 17.1 | 45.24 | - |
| YUV | 99.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 181 | 0 | 0.85 | 0.11 | 0.2 | 307.93 | 0.74 | 0.46 |
| Hex | CC | 1E | B5 | 0 | 55 | B | 14 | 134 | 4A | 2E |
| Octal | 314 | 36 | 265 | 0 | 125 | 13 | 24 | 464 | 112 | 56 |
| Binary | 11001100 | 11110 | 10110101 | 0 | 1010101 | 1011 | 10100 | 100110100 | 1001010 | 101110 |
Color Harmonies of #CC1EB5
Complementary color
Monochromatic Colors of #CC1EB5
Black with #CC1EB5
Text Example
Text Example
White with #CC1EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EB5; }
p { color: rgb(204,30,181); }
H1.HeaderClassName
{
color: #CC1EB5;
}
.AnyTagClassName
{
color: #CC1EB5;
}
</style>
background-color css
<style>
a { background-color: #CC1EB5; }
a { background-color: rgb(204,30,181); }
div.DivClassName
{
background-color: #CC1EB5;
}
.BgClassName
{
background-color: #CC1EB5;
}
</style>
border-color css
<style>
span { border-color: #CC1EB5; }
span { border-color: rgb(204,30,181); }
td.TdClassName
{
border-color: #CC1EB5;
}
.TagClassName
{
border-color: #CC1EB5;
}
</style>