Shades of Fuchsia #CC5BBF
Tints of Fuchsia #CC5BBF
RGB
CMYK
RGB Variations
Color information
#CC5BBF (or 0xCC5BBF) is known color: Fuchsia. HEX triplet: CC, 5B and BF. RGB value is (204,91,191). Sum of RGB (Red+Green+Blue) = 204+91+191=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5BBF is #33A440. Grayscale: #878787. Windows color (decimal): -3384385 or 12540876. OLE color: 12540876.
HSL color Cylindrical-coordinate representation of color #CC5BBF: hue angle of 306.9º 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 #CC5BBF is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 191 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.2 |
| HSL | 306.9º | 0.53% | 0.58% | - |
| HSV(B) | 306.9º | 0.55% | 0.8% | - |
| XYZ | 38.05 | 24.08 | 51.93 | - |
| YUV | 136.19 | 158.94 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 191 | 0 | 0.55 | 0.06 | 0.2 | 306.9 | 0.53 | 0.58 |
| Hex | CC | 5B | BF | 0 | 37 | 6 | 14 | 133 | 35 | 3A |
| Octal | 314 | 133 | 277 | 0 | 67 | 6 | 24 | 463 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10111111 | 0 | 110111 | 110 | 10100 | 100110011 | 110101 | 111010 |
Color Harmonies of #CC5BBF
Complementary color
Monochromatic Colors of #CC5BBF
Black with #CC5BBF
Text Example
Text Example
White with #CC5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BBF; }
p { color: rgb(204,91,191); }
H1.HeaderClassName
{
color: #CC5BBF;
}
.AnyTagClassName
{
color: #CC5BBF;
}
</style>
background-color css
<style>
a { background-color: #CC5BBF; }
a { background-color: rgb(204,91,191); }
div.DivClassName
{
background-color: #CC5BBF;
}
.BgClassName
{
background-color: #CC5BBF;
}
</style>
border-color css
<style>
span { border-color: #CC5BBF; }
span { border-color: rgb(204,91,191); }
td.TdClassName
{
border-color: #CC5BBF;
}
.TagClassName
{
border-color: #CC5BBF;
}
</style>