Shades of Fuchsia #CC5CAF
Tints of Fuchsia #CC5CAF
RGB
CMYK
RGB Variations
Color information
#CC5CAF (or 0xCC5CAF) is known color: Fuchsia. HEX triplet: CC, 5C and AF. RGB value is (204,92,175). Sum of RGB (Red+Green+Blue) = 204+92+175=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5CAF is #33A350. Grayscale: #868686. Windows color (decimal): -3384145 or 11492556. OLE color: 11492556.
HSL color Cylindrical-coordinate representation of color #CC5CAF: hue angle of 315.54º degrees, saturation: 0.52, 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 #CC5CAF is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 175 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.2 |
| HSL | 315.54º | 0.52% | 0.58% | - |
| HSV(B) | 315.54º | 0.55% | 0.8% | - |
| XYZ | 36.47 | 23.59 | 43.19 | - |
| YUV | 134.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 175 | 0 | 0.55 | 0.14 | 0.2 | 315.54 | 0.52 | 0.58 |
| Hex | CC | 5C | AF | 0 | 37 | E | 14 | 13C | 34 | 3A |
| Octal | 314 | 134 | 257 | 0 | 67 | 16 | 24 | 474 | 64 | 72 |
| Binary | 11001100 | 1011100 | 10101111 | 0 | 110111 | 1110 | 10100 | 100111100 | 110100 | 111010 |
Color Harmonies of #CC5CAF
Complementary color
Monochromatic Colors of #CC5CAF
Black with #CC5CAF
Text Example
Text Example
White with #CC5CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CAF; }
p { color: rgb(204,92,175); }
H1.HeaderClassName
{
color: #CC5CAF;
}
.AnyTagClassName
{
color: #CC5CAF;
}
</style>
background-color css
<style>
a { background-color: #CC5CAF; }
a { background-color: rgb(204,92,175); }
div.DivClassName
{
background-color: #CC5CAF;
}
.BgClassName
{
background-color: #CC5CAF;
}
</style>
border-color css
<style>
span { border-color: #CC5CAF; }
span { border-color: rgb(204,92,175); }
td.TdClassName
{
border-color: #CC5CAF;
}
.TagClassName
{
border-color: #CC5CAF;
}
</style>