Shades of Fuchsia #CC5BC6
Tints of Fuchsia #CC5BC6
RGB
CMYK
RGB Variations
Color information
#CC5BC6 (or 0xCC5BC6) is known color: Fuchsia. HEX triplet: CC, 5B and C6. RGB value is (204,91,198). Sum of RGB (Red+Green+Blue) = 204+91+198=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BC6 is #33A439. Grayscale: #888888. Windows color (decimal): -3384378 or 12999628. OLE color: 12999628.
HSL color Cylindrical-coordinate representation of color #CC5BC6: hue angle of 303.19º 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 #CC5BC6 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 198 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.2 |
| HSL | 303.19º | 0.53% | 0.58% | - |
| HSV(B) | 303.19º | 0.55% | 0.8% | - |
| XYZ | 38.84 | 24.4 | 56.09 | - |
| YUV | 136.99 | 162.44 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 198 | 0 | 0.55 | 0.03 | 0.2 | 303.19 | 0.53 | 0.58 |
| Hex | CC | 5B | C6 | 0 | 37 | 3 | 14 | 12F | 35 | 3A |
| Octal | 314 | 133 | 306 | 0 | 67 | 3 | 24 | 457 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11000110 | 0 | 110111 | 11 | 10100 | 100101111 | 110101 | 111010 |
Color Harmonies of #CC5BC6
Complementary color
Monochromatic Colors of #CC5BC6
Black with #CC5BC6
Text Example
Text Example
White with #CC5BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BC6; }
p { color: rgb(204,91,198); }
H1.HeaderClassName
{
color: #CC5BC6;
}
.AnyTagClassName
{
color: #CC5BC6;
}
</style>
background-color css
<style>
a { background-color: #CC5BC6; }
a { background-color: rgb(204,91,198); }
div.DivClassName
{
background-color: #CC5BC6;
}
.BgClassName
{
background-color: #CC5BC6;
}
</style>
border-color css
<style>
span { border-color: #CC5BC6; }
span { border-color: rgb(204,91,198); }
td.TdClassName
{
border-color: #CC5BC6;
}
.TagClassName
{
border-color: #CC5BC6;
}
</style>