Shades of Fuchsia #CC32C5
Tints of Fuchsia #CC32C5
RGB
CMYK
RGB Variations
Color information
#CC32C5 (or 0xCC32C5) is known color: Fuchsia. HEX triplet: CC, 32 and C5. RGB value is (204,50,197). Sum of RGB (Red+Green+Blue) = 204+50+197=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 50 (19.92% from 255 or 11.09% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32C5 is #33CD3A. Grayscale: #707070. Windows color (decimal): -3394875 or 12923596. OLE color: 12923596.
HSL color Cylindrical-coordinate representation of color #CC32C5: hue angle of 302.73º 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 #CC32C5 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 197 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.2 |
| HSL | 302.73º | 0.61% | 0.5% | - |
| HSV(B) | 302.73º | 0.75% | 0.8% | - |
| XYZ | 36.12 | 19.15 | 54.62 | - |
| YUV | 112.8 | 175.52 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 197 | 0 | 0.75 | 0.03 | 0.2 | 302.73 | 0.61 | 0.5 |
| Hex | CC | 32 | C5 | 0 | 4B | 3 | 14 | 12F | 3D | 32 |
| Octal | 314 | 62 | 305 | 0 | 113 | 3 | 24 | 457 | 75 | 62 |
| Binary | 11001100 | 110010 | 11000101 | 0 | 1001011 | 11 | 10100 | 100101111 | 111101 | 110010 |
Color Harmonies of #CC32C5
Complementary color
Monochromatic Colors of #CC32C5
Black with #CC32C5
Text Example
Text Example
White with #CC32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32C5; }
p { color: rgb(204,50,197); }
H1.HeaderClassName
{
color: #CC32C5;
}
.AnyTagClassName
{
color: #CC32C5;
}
</style>
background-color css
<style>
a { background-color: #CC32C5; }
a { background-color: rgb(204,50,197); }
div.DivClassName
{
background-color: #CC32C5;
}
.BgClassName
{
background-color: #CC32C5;
}
</style>
border-color css
<style>
span { border-color: #CC32C5; }
span { border-color: rgb(204,50,197); }
td.TdClassName
{
border-color: #CC32C5;
}
.TagClassName
{
border-color: #CC32C5;
}
</style>