Shades of Fuchsia #CC5BBB
Tints of Fuchsia #CC5BBB
RGB
CMYK
RGB Variations
Color information
#CC5BBB (or 0xCC5BBB) is known color: Fuchsia. HEX triplet: CC, 5B and BB. RGB value is (204,91,187). Sum of RGB (Red+Green+Blue) = 204+91+187=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BBB is #33A444. Grayscale: #878787. Windows color (decimal): -3384389 or 12278732. OLE color: 12278732.
HSL color Cylindrical-coordinate representation of color #CC5BBB: hue angle of 309.03º 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 #CC5BBB is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 187 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.2 |
| HSL | 309.03º | 0.53% | 0.58% | - |
| HSV(B) | 309.03º | 0.55% | 0.8% | - |
| XYZ | 37.61 | 23.91 | 49.65 | - |
| YUV | 135.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 187 | 0 | 0.55 | 0.08 | 0.2 | 309.03 | 0.53 | 0.58 |
| Hex | CC | 5B | BB | 0 | 37 | 8 | 14 | 135 | 35 | 3A |
| Octal | 314 | 133 | 273 | 0 | 67 | 10 | 24 | 465 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10111011 | 0 | 110111 | 1000 | 10100 | 100110101 | 110101 | 111010 |
Color Harmonies of #CC5BBB
Complementary color
Monochromatic Colors of #CC5BBB
Black with #CC5BBB
Text Example
Text Example
White with #CC5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BBB; }
p { color: rgb(204,91,187); }
H1.HeaderClassName
{
color: #CC5BBB;
}
.AnyTagClassName
{
color: #CC5BBB;
}
</style>
background-color css
<style>
a { background-color: #CC5BBB; }
a { background-color: rgb(204,91,187); }
div.DivClassName
{
background-color: #CC5BBB;
}
.BgClassName
{
background-color: #CC5BBB;
}
</style>
border-color css
<style>
span { border-color: #CC5BBB; }
span { border-color: rgb(204,91,187); }
td.TdClassName
{
border-color: #CC5BBB;
}
.TagClassName
{
border-color: #CC5BBB;
}
</style>