Shades of Fuchsia #CC5BC5
Tints of Fuchsia #CC5BC5
RGB
CMYK
RGB Variations
Color information
#CC5BC5 (or 0xCC5BC5) is known color: Fuchsia. HEX triplet: CC, 5B and C5. RGB value is (204,91,197). Sum of RGB (Red+Green+Blue) = 204+91+197=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 91 (35.94% from 255 or 18.50% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BC5 is #33A43A. Grayscale: #888888. Windows color (decimal): -3384379 or 12934092. OLE color: 12934092.
HSL color Cylindrical-coordinate representation of color #CC5BC5: hue angle of 303.72º 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 #CC5BC5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 197 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.2 |
| HSL | 303.72º | 0.53% | 0.58% | - |
| HSV(B) | 303.72º | 0.55% | 0.8% | - |
| XYZ | 38.72 | 24.35 | 55.48 | - |
| YUV | 136.87 | 161.94 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 197 | 0 | 0.55 | 0.03 | 0.2 | 303.72 | 0.53 | 0.58 |
| Hex | CC | 5B | C5 | 0 | 37 | 3 | 14 | 130 | 35 | 3A |
| Octal | 314 | 133 | 305 | 0 | 67 | 3 | 24 | 460 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11000101 | 0 | 110111 | 11 | 10100 | 100110000 | 110101 | 111010 |
Color Harmonies of #CC5BC5
Complementary color
Monochromatic Colors of #CC5BC5
Black with #CC5BC5
Text Example
Text Example
White with #CC5BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BC5; }
p { color: rgb(204,91,197); }
H1.HeaderClassName
{
color: #CC5BC5;
}
.AnyTagClassName
{
color: #CC5BC5;
}
</style>
background-color css
<style>
a { background-color: #CC5BC5; }
a { background-color: rgb(204,91,197); }
div.DivClassName
{
background-color: #CC5BC5;
}
.BgClassName
{
background-color: #CC5BC5;
}
</style>
border-color css
<style>
span { border-color: #CC5BC5; }
span { border-color: rgb(204,91,197); }
td.TdClassName
{
border-color: #CC5BC5;
}
.TagClassName
{
border-color: #CC5BC5;
}
</style>