Shades of Fuchsia #CC32D0
Tints of Fuchsia #CC32D0
RGB
CMYK
RGB Variations
Color information
#CC32D0 (or 0xCC32D0) is known color: Fuchsia. HEX triplet: CC, 32 and D0. RGB value is (204,50,208). Sum of RGB (Red+Green+Blue) = 204+50+208=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC32D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC32D0 is #33CD2F. Grayscale: #717171. Windows color (decimal): -3394864 or 13644492. OLE color: 13644492.
HSL color Cylindrical-coordinate representation of color #CC32D0: hue angle of 298.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC32D0 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 50 | 208 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.18 |
| HSL | 298.48º | 0.63% | 0.51% | - |
| HSV(B) | 298.48º | 0.76% | 0.82% | - |
| XYZ | 37.43 | 19.67 | 61.5 | - |
| YUV | 114.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 208 | 0.02 | 0.76 | 0 | 0.18 | 298.48 | 0.63 | 0.51 |
| Hex | CC | 32 | D0 | 2 | 4C | 0 | 12 | 12A | 3F | 33 |
| Octal | 314 | 62 | 320 | 2 | 114 | 0 | 22 | 452 | 77 | 63 |
| Binary | 11001100 | 110010 | 11010000 | 10 | 1001100 | 0 | 10010 | 100101010 | 111111 | 110011 |
Color Harmonies of #CC32D0
Complementary color
Monochromatic Colors of #CC32D0
Black with #CC32D0
Text Example
Text Example
White with #CC32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32D0; }
p { color: rgb(204,50,208); }
H1.HeaderClassName
{
color: #CC32D0;
}
.AnyTagClassName
{
color: #CC32D0;
}
</style>
background-color css
<style>
a { background-color: #CC32D0; }
a { background-color: rgb(204,50,208); }
div.DivClassName
{
background-color: #CC32D0;
}
.BgClassName
{
background-color: #CC32D0;
}
</style>
border-color css
<style>
span { border-color: #CC32D0; }
span { border-color: rgb(204,50,208); }
td.TdClassName
{
border-color: #CC32D0;
}
.TagClassName
{
border-color: #CC32D0;
}
</style>