Shades of Fuchsia #CC5EC3
Tints of Fuchsia #CC5EC3
RGB
CMYK
RGB Variations
Color information
#CC5EC3 (or 0xCC5EC3) is known color: Fuchsia. HEX triplet: CC, 5E and C3. RGB value is (204,94,195). Sum of RGB (Red+Green+Blue) = 204+94+195=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EC3 is #33A13C. Grayscale: #8A8A8A. Windows color (decimal): -3383613 or 12803788. OLE color: 12803788.
HSL color Cylindrical-coordinate representation of color #CC5EC3: hue angle of 304.91º 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 #CC5EC3 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 195 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.2 |
| HSL | 304.91º | 0.52% | 0.58% | - |
| HSV(B) | 304.91º | 0.54% | 0.8% | - |
| XYZ | 38.75 | 24.78 | 54.37 | - |
| YUV | 138.4 | 159.94 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 195 | 0 | 0.54 | 0.04 | 0.2 | 304.91 | 0.52 | 0.58 |
| Hex | CC | 5E | C3 | 0 | 36 | 4 | 14 | 131 | 34 | 3A |
| Octal | 314 | 136 | 303 | 0 | 66 | 4 | 24 | 461 | 64 | 72 |
| Binary | 11001100 | 1011110 | 11000011 | 0 | 110110 | 100 | 10100 | 100110001 | 110100 | 111010 |
Color Harmonies of #CC5EC3
Complementary color
Monochromatic Colors of #CC5EC3
Black with #CC5EC3
Text Example
Text Example
White with #CC5EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EC3; }
p { color: rgb(204,94,195); }
H1.HeaderClassName
{
color: #CC5EC3;
}
.AnyTagClassName
{
color: #CC5EC3;
}
</style>
background-color css
<style>
a { background-color: #CC5EC3; }
a { background-color: rgb(204,94,195); }
div.DivClassName
{
background-color: #CC5EC3;
}
.BgClassName
{
background-color: #CC5EC3;
}
</style>
border-color css
<style>
span { border-color: #CC5EC3; }
span { border-color: rgb(204,94,195); }
td.TdClassName
{
border-color: #CC5EC3;
}
.TagClassName
{
border-color: #CC5EC3;
}
</style>