Shades of Deep Magenta #CC08D3
Tints of Deep Magenta #CC08D3
RGB
CMYK
RGB Variations
Color information
#CC08D3 (or 0xCC08D3) is known color: Deep Magenta. HEX triplet: CC, 08 and D3. RGB value is (204,8,211). Sum of RGB (Red+Green+Blue) = 204+8+211=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #CC08D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08D3 is #33F72C. Grayscale: #595959. Windows color (decimal): -3405613 or 13830348. OLE color: 13830348.
HSL color Cylindrical-coordinate representation of color #CC08D3: hue angle of 297.93º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08D3 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 8 | 211 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.17 |
| HSL | 297.93º | 0.93% | 0.43% | - |
| HSV(B) | 297.93º | 0.96% | 0.83% | - |
| XYZ | 36.75 | 17.71 | 63.11 | - |
| YUV | 89.75 | 196.43 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 211 | 0.03 | 0.96 | 0 | 0.17 | 297.93 | 0.93 | 0.43 |
| Hex | CC | 8 | D3 | 3 | 60 | 0 | 11 | 12A | 5D | 2B |
| Octal | 314 | 10 | 323 | 3 | 140 | 0 | 21 | 452 | 135 | 53 |
| Binary | 11001100 | 1000 | 11010011 | 11 | 1100000 | 0 | 10001 | 100101010 | 1011101 | 101011 |
Color Harmonies of #CC08D3
Complementary color
Monochromatic Colors of #CC08D3
Black with #CC08D3
Text Example
Text Example
White with #CC08D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08D3; }
p { color: rgb(204,8,211); }
H1.HeaderClassName
{
color: #CC08D3;
}
.AnyTagClassName
{
color: #CC08D3;
}
</style>
background-color css
<style>
a { background-color: #CC08D3; }
a { background-color: rgb(204,8,211); }
div.DivClassName
{
background-color: #CC08D3;
}
.BgClassName
{
background-color: #CC08D3;
}
</style>
border-color css
<style>
span { border-color: #CC08D3; }
span { border-color: rgb(204,8,211); }
td.TdClassName
{
border-color: #CC08D3;
}
.TagClassName
{
border-color: #CC08D3;
}
</style>