Shades of Fuchsia #CC32C3
Tints of Fuchsia #CC32C3
RGB
CMYK
RGB Variations
Color information
#CC32C3 (or 0xCC32C3) is known color: Fuchsia. HEX triplet: CC, 32 and C3. RGB value is (204,50,195). Sum of RGB (Red+Green+Blue) = 204+50+195=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC32C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32C3 is #33CD3C. Grayscale: #707070. Windows color (decimal): -3394877 or 12792524. OLE color: 12792524.
HSL color Cylindrical-coordinate representation of color #CC32C3: hue angle of 303.51º 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 #CC32C3 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 195 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.2 |
| HSL | 303.51º | 0.61% | 0.5% | - |
| HSV(B) | 303.51º | 0.75% | 0.8% | - |
| XYZ | 35.89 | 19.06 | 53.42 | - |
| YUV | 112.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 195 | 0 | 0.75 | 0.04 | 0.2 | 303.51 | 0.61 | 0.5 |
| Hex | CC | 32 | C3 | 0 | 4B | 4 | 14 | 130 | 3D | 32 |
| Octal | 314 | 62 | 303 | 0 | 113 | 4 | 24 | 460 | 75 | 62 |
| Binary | 11001100 | 110010 | 11000011 | 0 | 1001011 | 100 | 10100 | 100110000 | 111101 | 110010 |
Color Harmonies of #CC32C3
Complementary color
Monochromatic Colors of #CC32C3
Black with #CC32C3
Text Example
Text Example
White with #CC32C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32C3; }
p { color: rgb(204,50,195); }
H1.HeaderClassName
{
color: #CC32C3;
}
.AnyTagClassName
{
color: #CC32C3;
}
</style>
background-color css
<style>
a { background-color: #CC32C3; }
a { background-color: rgb(204,50,195); }
div.DivClassName
{
background-color: #CC32C3;
}
.BgClassName
{
background-color: #CC32C3;
}
</style>
border-color css
<style>
span { border-color: #CC32C3; }
span { border-color: rgb(204,50,195); }
td.TdClassName
{
border-color: #CC32C3;
}
.TagClassName
{
border-color: #CC32C3;
}
</style>