Shades of Fuchsia #CC32CC
Tints of Fuchsia #CC32CC
RGB
CMYK
RGB Variations
Color information
#CC32CC (or 0xCC32CC) is known color: Fuchsia. HEX triplet: CC, 32 and CC. RGB value is (204,50,204). Sum of RGB (Red+Green+Blue) = 204+50+204=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32CC is #33CD33. Grayscale: #717171. Windows color (decimal): -3394868 or 13382348. OLE color: 13382348.
HSL color Cylindrical-coordinate representation of color #CC32CC: hue angle of 300º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC32CC is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 204 | - |
| CMYK | 0 | 0.75 | 0 | 0.2 |
| HSL | 300º | 0.61% | 0.5% | - |
| HSV(B) | 300º | 0.75% | 0.8% | - |
| XYZ | 36.94 | 19.48 | 58.94 | - |
| YUV | 113.6 | 179.02 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 204 | 0 | 0.75 | 0 | 0.2 | 300 | 0.61 | 0.5 |
| Hex | CC | 32 | CC | 0 | 4B | 0 | 14 | 12C | 3D | 32 |
| Octal | 314 | 62 | 314 | 0 | 113 | 0 | 24 | 454 | 75 | 62 |
| Binary | 11001100 | 110010 | 11001100 | 0 | 1001011 | 0 | 10100 | 100101100 | 111101 | 110010 |
Color Harmonies of #CC32CC
Complementary color
Monochromatic Colors of #CC32CC
Black with #CC32CC
Text Example
Text Example
White with #CC32CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32CC; }
p { color: rgb(204,50,204); }
H1.HeaderClassName
{
color: #CC32CC;
}
.AnyTagClassName
{
color: #CC32CC;
}
</style>
background-color css
<style>
a { background-color: #CC32CC; }
a { background-color: rgb(204,50,204); }
div.DivClassName
{
background-color: #CC32CC;
}
.BgClassName
{
background-color: #CC32CC;
}
</style>
border-color css
<style>
span { border-color: #CC32CC; }
span { border-color: rgb(204,50,204); }
td.TdClassName
{
border-color: #CC32CC;
}
.TagClassName
{
border-color: #CC32CC;
}
</style>