Shades of Deep Magenta #CC27C3
Tints of Deep Magenta #CC27C3
RGB
CMYK
RGB Variations
Color information
#CC27C3 (or 0xCC27C3) is known color: Deep Magenta. HEX triplet: CC, 27 and C3. RGB value is (204,39,195). Sum of RGB (Red+Green+Blue) = 204+39+195=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 204 - color contains mainly: red. Hex color #CC27C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC27C3 is #33D83C. Grayscale: #696969. Windows color (decimal): -3397693 or 12789708. OLE color: 12789708.
HSL color Cylindrical-coordinate representation of color #CC27C3: hue angle of 303.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC27C3 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 195 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.2 |
| HSL | 303.27º | 0.68% | 0.48% | - |
| HSV(B) | 303.27º | 0.81% | 0.8% | - |
| XYZ | 35.48 | 18.23 | 53.28 | - |
| YUV | 106.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 195 | 0 | 0.81 | 0.04 | 0.2 | 303.27 | 0.68 | 0.48 |
| Hex | CC | 27 | C3 | 0 | 51 | 4 | 14 | 12F | 44 | 30 |
| Octal | 314 | 47 | 303 | 0 | 121 | 4 | 24 | 457 | 104 | 60 |
| Binary | 11001100 | 100111 | 11000011 | 0 | 1010001 | 100 | 10100 | 100101111 | 1000100 | 110000 |
Color Harmonies of #CC27C3
Complementary color
Monochromatic Colors of #CC27C3
Black with #CC27C3
Text Example
Text Example
White with #CC27C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC27C3; }
p { color: rgb(204,39,195); }
H1.HeaderClassName
{
color: #CC27C3;
}
.AnyTagClassName
{
color: #CC27C3;
}
</style>
background-color css
<style>
a { background-color: #CC27C3; }
a { background-color: rgb(204,39,195); }
div.DivClassName
{
background-color: #CC27C3;
}
.BgClassName
{
background-color: #CC27C3;
}
</style>
border-color css
<style>
span { border-color: #CC27C3; }
span { border-color: rgb(204,39,195); }
td.TdClassName
{
border-color: #CC27C3;
}
.TagClassName
{
border-color: #CC27C3;
}
</style>