Shades of Fuchsia #CC5DC9
Tints of Fuchsia #CC5DC9
RGB
CMYK
RGB Variations
Color information
#CC5DC9 (or 0xCC5DC9) is known color: Fuchsia. HEX triplet: CC, 5D and C9. RGB value is (204,93,201). Sum of RGB (Red+Green+Blue) = 204+93+201=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DC9 is #33A236. Grayscale: #8A8A8A. Windows color (decimal): -3383863 or 13196748. OLE color: 13196748.
HSL color Cylindrical-coordinate representation of color #CC5DC9: hue angle of 301.62º 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 #CC5DC9 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 201 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.2 |
| HSL | 301.62º | 0.52% | 0.58% | - |
| HSV(B) | 301.62º | 0.54% | 0.8% | - |
| XYZ | 39.36 | 24.88 | 57.99 | - |
| YUV | 138.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 201 | 0 | 0.54 | 0.01 | 0.2 | 301.62 | 0.52 | 0.58 |
| Hex | CC | 5D | C9 | 0 | 36 | 1 | 14 | 12E | 34 | 3A |
| Octal | 314 | 135 | 311 | 0 | 66 | 1 | 24 | 456 | 64 | 72 |
| Binary | 11001100 | 1011101 | 11001001 | 0 | 110110 | 1 | 10100 | 100101110 | 110100 | 111010 |
Color Harmonies of #CC5DC9
Complementary color
Monochromatic Colors of #CC5DC9
Black with #CC5DC9
Text Example
Text Example
White with #CC5DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DC9; }
p { color: rgb(204,93,201); }
H1.HeaderClassName
{
color: #CC5DC9;
}
.AnyTagClassName
{
color: #CC5DC9;
}
</style>
background-color css
<style>
a { background-color: #CC5DC9; }
a { background-color: rgb(204,93,201); }
div.DivClassName
{
background-color: #CC5DC9;
}
.BgClassName
{
background-color: #CC5DC9;
}
</style>
border-color css
<style>
span { border-color: #CC5DC9; }
span { border-color: rgb(204,93,201); }
td.TdClassName
{
border-color: #CC5DC9;
}
.TagClassName
{
border-color: #CC5DC9;
}
</style>