Shades of Fuchsia #CC5BAE
Tints of Fuchsia #CC5BAE
RGB
CMYK
RGB Variations
Color information
#CC5BAE (or 0xCC5BAE) is known color: Fuchsia. HEX triplet: CC, 5B and AE. RGB value is (204,91,174). Sum of RGB (Red+Green+Blue) = 204+91+174=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5BAE is #33A451. Grayscale: #868686. Windows color (decimal): -3384402 or 11426764. OLE color: 11426764.
HSL color Cylindrical-coordinate representation of color #CC5BAE: hue angle of 315.93º 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 #CC5BAE is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 174 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.2 |
| HSL | 315.93º | 0.53% | 0.58% | - |
| HSV(B) | 315.93º | 0.55% | 0.8% | - |
| XYZ | 36.28 | 23.38 | 42.64 | - |
| YUV | 134.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 174 | 0 | 0.55 | 0.15 | 0.2 | 315.93 | 0.53 | 0.58 |
| Hex | CC | 5B | AE | 0 | 37 | F | 14 | 13C | 35 | 3A |
| Octal | 314 | 133 | 256 | 0 | 67 | 17 | 24 | 474 | 65 | 72 |
| Binary | 11001100 | 1011011 | 10101110 | 0 | 110111 | 1111 | 10100 | 100111100 | 110101 | 111010 |
Color Harmonies of #CC5BAE
Complementary color
Monochromatic Colors of #CC5BAE
Black with #CC5BAE
Text Example
Text Example
White with #CC5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5BAE; }
p { color: rgb(204,91,174); }
H1.HeaderClassName
{
color: #CC5BAE;
}
.AnyTagClassName
{
color: #CC5BAE;
}
</style>
background-color css
<style>
a { background-color: #CC5BAE; }
a { background-color: rgb(204,91,174); }
div.DivClassName
{
background-color: #CC5BAE;
}
.BgClassName
{
background-color: #CC5BAE;
}
</style>
border-color css
<style>
span { border-color: #CC5BAE; }
span { border-color: rgb(204,91,174); }
td.TdClassName
{
border-color: #CC5BAE;
}
.TagClassName
{
border-color: #CC5BAE;
}
</style>