Shades of Fuchsia #CC5BC1
Tints of Fuchsia #CC5BC1
RGB
CMYK
RGB Variations
Color information
#CC5BC1 (or 0xCC5BC1) is known color: Fuchsia. HEX triplet: CC, 5B and C1. RGB value is (204,91,193). Sum of RGB (Red+Green+Blue) = 204+91+193=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BC1 is #33A43E. Grayscale: #888888. Windows color (decimal): -3384383 or 12671948. OLE color: 12671948.
HSL color Cylindrical-coordinate representation of color #CC5BC1: hue angle of 305.84º 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 #CC5BC1 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 193 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.2 |
| HSL | 305.84º | 0.53% | 0.58% | - |
| HSV(B) | 305.84º | 0.55% | 0.8% | - |
| XYZ | 38.27 | 24.17 | 53.1 | - |
| YUV | 136.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 193 | 0 | 0.55 | 0.05 | 0.2 | 305.84 | 0.53 | 0.58 |
| Hex | CC | 5B | C1 | 0 | 37 | 5 | 14 | 132 | 35 | 3A |
| Octal | 314 | 133 | 301 | 0 | 67 | 5 | 24 | 462 | 65 | 72 |
| Binary | 11001100 | 1011011 | 11000001 | 0 | 110111 | 101 | 10100 | 100110010 | 110101 | 111010 |
Color Harmonies of #CC5BC1
Complementary color
Monochromatic Colors of #CC5BC1
Black with #CC5BC1
Text Example
Text Example
White with #CC5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BC1; }
p { color: rgb(204,91,193); }
H1.HeaderClassName
{
color: #CC5BC1;
}
.AnyTagClassName
{
color: #CC5BC1;
}
</style>
background-color css
<style>
a { background-color: #CC5BC1; }
a { background-color: rgb(204,91,193); }
div.DivClassName
{
background-color: #CC5BC1;
}
.BgClassName
{
background-color: #CC5BC1;
}
</style>
border-color css
<style>
span { border-color: #CC5BC1; }
span { border-color: rgb(204,91,193); }
td.TdClassName
{
border-color: #CC5BC1;
}
.TagClassName
{
border-color: #CC5BC1;
}
</style>