Shades of Fuchsia #CC4DCC
Tints of Fuchsia #CC4DCC
RGB
CMYK
RGB Variations
Color information
#CC4DCC (or 0xCC4DCC) is known color: Fuchsia. HEX triplet: CC, 4D and CC. RGB value is (204,77,204). Sum of RGB (Red+Green+Blue) = 204+77+204=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DCC is #33B233. Grayscale: #818181. Windows color (decimal): -3387956 or 13389260. OLE color: 13389260.
HSL color Cylindrical-coordinate representation of color #CC4DCC: hue angle of 300º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4DCC is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 204 | - |
| CMYK | 0 | 0.62 | 0 | 0.2 |
| HSL | 300º | 0.55% | 0.55% | - |
| HSV(B) | 300º | 0.62% | 0.8% | - |
| XYZ | 38.45 | 22.5 | 59.44 | - |
| YUV | 129.45 | 170.08 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 204 | 0 | 0.62 | 0 | 0.2 | 300 | 0.55 | 0.55 |
| Hex | CC | 4D | CC | 0 | 3E | 0 | 14 | 12C | 37 | 37 |
| Octal | 314 | 115 | 314 | 0 | 76 | 0 | 24 | 454 | 67 | 67 |
| Binary | 11001100 | 1001101 | 11001100 | 0 | 111110 | 0 | 10100 | 100101100 | 110111 | 110111 |
Color Harmonies of #CC4DCC
Complementary color
Monochromatic Colors of #CC4DCC
Black with #CC4DCC
Text Example
Text Example
White with #CC4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DCC; }
p { color: rgb(204,77,204); }
H1.HeaderClassName
{
color: #CC4DCC;
}
.AnyTagClassName
{
color: #CC4DCC;
}
</style>
background-color css
<style>
a { background-color: #CC4DCC; }
a { background-color: rgb(204,77,204); }
div.DivClassName
{
background-color: #CC4DCC;
}
.BgClassName
{
background-color: #CC4DCC;
}
</style>
border-color css
<style>
span { border-color: #CC4DCC; }
span { border-color: rgb(204,77,204); }
td.TdClassName
{
border-color: #CC4DCC;
}
.TagClassName
{
border-color: #CC4DCC;
}
</style>