Shades of Fuchsia #CC3ACC
Tints of Fuchsia #CC3ACC
RGB
CMYK
RGB Variations
Color information
#CC3ACC (or 0xCC3ACC) is known color: Fuchsia. HEX triplet: CC, 3A and CC. RGB value is (204,58,204). Sum of RGB (Red+Green+Blue) = 204+58+204=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC3ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3ACC is #33C533. Grayscale: #757575. Windows color (decimal): -3392820 or 13384396. OLE color: 13384396.
HSL color Cylindrical-coordinate representation of color #CC3ACC: hue angle of 300º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC3ACC is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 204 | - |
| CMYK | 0 | 0.72 | 0 | 0.2 |
| HSL | 300º | 0.59% | 0.51% | - |
| HSV(B) | 300º | 0.72% | 0.8% | - |
| XYZ | 37.31 | 20.22 | 59.06 | - |
| YUV | 118.3 | 176.37 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 204 | 0 | 0.72 | 0 | 0.2 | 300 | 0.59 | 0.51 |
| Hex | CC | 3A | CC | 0 | 48 | 0 | 14 | 12C | 3B | 33 |
| Octal | 314 | 72 | 314 | 0 | 110 | 0 | 24 | 454 | 73 | 63 |
| Binary | 11001100 | 111010 | 11001100 | 0 | 1001000 | 0 | 10100 | 100101100 | 111011 | 110011 |
Color Harmonies of #CC3ACC
Complementary color
Monochromatic Colors of #CC3ACC
Black with #CC3ACC
Text Example
Text Example
White with #CC3ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3ACC; }
p { color: rgb(204,58,204); }
H1.HeaderClassName
{
color: #CC3ACC;
}
.AnyTagClassName
{
color: #CC3ACC;
}
</style>
background-color css
<style>
a { background-color: #CC3ACC; }
a { background-color: rgb(204,58,204); }
div.DivClassName
{
background-color: #CC3ACC;
}
.BgClassName
{
background-color: #CC3ACC;
}
</style>
border-color css
<style>
span { border-color: #CC3ACC; }
span { border-color: rgb(204,58,204); }
td.TdClassName
{
border-color: #CC3ACC;
}
.TagClassName
{
border-color: #CC3ACC;
}
</style>