Shades of Fuchsia #CC5DC4
Tints of Fuchsia #CC5DC4
RGB
CMYK
RGB Variations
Color information
#CC5DC4 (or 0xCC5DC4) is known color: Fuchsia. HEX triplet: CC, 5D and C4. RGB value is (204,93,196). Sum of RGB (Red+Green+Blue) = 204+93+196=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DC4 is #33A23B. Grayscale: #898989. Windows color (decimal): -3383868 or 12869068. OLE color: 12869068.
HSL color Cylindrical-coordinate representation of color #CC5DC4: hue angle of 304.32º 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 #CC5DC4 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 196 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.2 |
| HSL | 304.32º | 0.52% | 0.58% | - |
| HSV(B) | 304.32º | 0.54% | 0.8% | - |
| XYZ | 38.78 | 24.65 | 54.94 | - |
| YUV | 137.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 196 | 0 | 0.54 | 0.04 | 0.2 | 304.32 | 0.52 | 0.58 |
| Hex | CC | 5D | C4 | 0 | 36 | 4 | 14 | 130 | 34 | 3A |
| Octal | 314 | 135 | 304 | 0 | 66 | 4 | 24 | 460 | 64 | 72 |
| Binary | 11001100 | 1011101 | 11000100 | 0 | 110110 | 100 | 10100 | 100110000 | 110100 | 111010 |
Color Harmonies of #CC5DC4
Complementary color
Monochromatic Colors of #CC5DC4
Black with #CC5DC4
Text Example
Text Example
White with #CC5DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DC4; }
p { color: rgb(204,93,196); }
H1.HeaderClassName
{
color: #CC5DC4;
}
.AnyTagClassName
{
color: #CC5DC4;
}
</style>
background-color css
<style>
a { background-color: #CC5DC4; }
a { background-color: rgb(204,93,196); }
div.DivClassName
{
background-color: #CC5DC4;
}
.BgClassName
{
background-color: #CC5DC4;
}
</style>
border-color css
<style>
span { border-color: #CC5DC4; }
span { border-color: rgb(204,93,196); }
td.TdClassName
{
border-color: #CC5DC4;
}
.TagClassName
{
border-color: #CC5DC4;
}
</style>