Shades of Fuchsia #CC5DAA
Tints of Fuchsia #CC5DAA
RGB
CMYK
RGB Variations
Color information
#CC5DAA (or 0xCC5DAA) is known color: Fuchsia. HEX triplet: CC, 5D and AA. RGB value is (204,93,170). Sum of RGB (Red+Green+Blue) = 204+93+170=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5DAA is #33A255. Grayscale: #868686. Windows color (decimal): -3383894 or 11165132. OLE color: 11165132.
HSL color Cylindrical-coordinate representation of color #CC5DAA: hue angle of 318.38º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DAA is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 170 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.2 |
| HSL | 318.38º | 0.52% | 0.58% | - |
| HSV(B) | 318.38º | 0.54% | 0.8% | - |
| XYZ | 36.07 | 23.57 | 40.68 | - |
| YUV | 134.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 170 | 0 | 0.54 | 0.17 | 0.2 | 318.38 | 0.52 | 0.58 |
| Hex | CC | 5D | AA | 0 | 36 | 11 | 14 | 13E | 34 | 3A |
| Octal | 314 | 135 | 252 | 0 | 66 | 21 | 24 | 476 | 64 | 72 |
| Binary | 11001100 | 1011101 | 10101010 | 0 | 110110 | 10001 | 10100 | 100111110 | 110100 | 111010 |
Color Harmonies of #CC5DAA
Complementary color
Monochromatic Colors of #CC5DAA
Black with #CC5DAA
Text Example
Text Example
White with #CC5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DAA; }
p { color: rgb(204,93,170); }
H1.HeaderClassName
{
color: #CC5DAA;
}
.AnyTagClassName
{
color: #CC5DAA;
}
</style>
background-color css
<style>
a { background-color: #CC5DAA; }
a { background-color: rgb(204,93,170); }
div.DivClassName
{
background-color: #CC5DAA;
}
.BgClassName
{
background-color: #CC5DAA;
}
</style>
border-color css
<style>
span { border-color: #CC5DAA; }
span { border-color: rgb(204,93,170); }
td.TdClassName
{
border-color: #CC5DAA;
}
.TagClassName
{
border-color: #CC5DAA;
}
</style>