Shades of Fuchsia #CC5BCC
Tints of Fuchsia #CC5BCC
RGB
CMYK
RGB Variations
Color information
#CC5BCC (or 0xCC5BCC) is known color: Fuchsia. HEX triplet: CC, 5B and CC. RGB value is (204,91,204). Sum of RGB (Red+Green+Blue) = 204+91+204=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC5BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BCC is #33A433. Grayscale: #898989. Windows color (decimal): -3384372 or 13392844. OLE color: 13392844.
HSL color Cylindrical-coordinate representation of color #CC5BCC: hue angle of 300º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5BCC is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 204 | - |
| CMYK | 0 | 0.55 | 0 | 0.2 |
| HSL | 300º | 0.53% | 0.58% | - |
| HSV(B) | 300º | 0.55% | 0.8% | - |
| XYZ | 39.54 | 24.68 | 59.81 | - |
| YUV | 137.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 204 | 0 | 0.55 | 0 | 0.2 | 300 | 0.53 | 0.58 |
| Hex | CC | 5B | CC | 0 | 37 | 0 | 14 | 12C | 35 | 3A |
| Octal | 314 | 133 | 314 | 0 | 67 | 0 | 24 | 454 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11001100 | 0 | 110111 | 0 | 10100 | 100101100 | 110101 | 111010 |
Color Harmonies of #CC5BCC
Complementary color
Monochromatic Colors of #CC5BCC
Black with #CC5BCC
Text Example
Text Example
White with #CC5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BCC; }
p { color: rgb(204,91,204); }
H1.HeaderClassName
{
color: #CC5BCC;
}
.AnyTagClassName
{
color: #CC5BCC;
}
</style>
background-color css
<style>
a { background-color: #CC5BCC; }
a { background-color: rgb(204,91,204); }
div.DivClassName
{
background-color: #CC5BCC;
}
.BgClassName
{
background-color: #CC5BCC;
}
</style>
border-color css
<style>
span { border-color: #CC5BCC; }
span { border-color: rgb(204,91,204); }
td.TdClassName
{
border-color: #CC5BCC;
}
.TagClassName
{
border-color: #CC5BCC;
}
</style>