Shades of Fuchsia #CC32CE
Tints of Fuchsia #CC32CE
RGB
CMYK
RGB Variations
Color information
#CC32CE (or 0xCC32CE) is known color: Fuchsia. HEX triplet: CC, 32 and CE. RGB value is (204,50,206). Sum of RGB (Red+Green+Blue) = 204+50+206=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC32CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32CE is #33CD31. Grayscale: #717171. Windows color (decimal): -3394866 or 13513420. OLE color: 13513420.
HSL color Cylindrical-coordinate representation of color #CC32CE: hue angle of 299.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC32CE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 50 | 206 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.19 |
| HSL | 299.23º | 0.61% | 0.5% | - |
| HSV(B) | 299.23º | 0.76% | 0.81% | - |
| XYZ | 37.18 | 19.57 | 60.21 | - |
| YUV | 113.83 | 180.02 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 206 | 0.01 | 0.76 | 0 | 0.19 | 299.23 | 0.61 | 0.5 |
| Hex | CC | 32 | CE | 1 | 4C | 0 | 13 | 12B | 3D | 32 |
| Octal | 314 | 62 | 316 | 1 | 114 | 0 | 23 | 453 | 75 | 62 |
| Binary | 11001100 | 110010 | 11001110 | 1 | 1001100 | 0 | 10011 | 100101011 | 111101 | 110010 |
Color Harmonies of #CC32CE
Complementary color
Monochromatic Colors of #CC32CE
Black with #CC32CE
Text Example
Text Example
White with #CC32CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32CE; }
p { color: rgb(204,50,206); }
H1.HeaderClassName
{
color: #CC32CE;
}
.AnyTagClassName
{
color: #CC32CE;
}
</style>
background-color css
<style>
a { background-color: #CC32CE; }
a { background-color: rgb(204,50,206); }
div.DivClassName
{
background-color: #CC32CE;
}
.BgClassName
{
background-color: #CC32CE;
}
</style>
border-color css
<style>
span { border-color: #CC32CE; }
span { border-color: rgb(204,50,206); }
td.TdClassName
{
border-color: #CC32CE;
}
.TagClassName
{
border-color: #CC32CE;
}
</style>