Shades of Fuchsia #CC5DC2
Tints of Fuchsia #CC5DC2
RGB
CMYK
RGB Variations
Color information
#CC5DC2 (or 0xCC5DC2) is known color: Fuchsia. HEX triplet: CC, 5D and C2. RGB value is (204,93,194). Sum of RGB (Red+Green+Blue) = 204+93+194=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DC2 is #33A23D. Grayscale: #898989. Windows color (decimal): -3383870 or 12737996. OLE color: 12737996.
HSL color Cylindrical-coordinate representation of color #CC5DC2: hue angle of 305.41º 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 #CC5DC2 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 194 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.2 |
| HSL | 305.41º | 0.52% | 0.58% | - |
| HSV(B) | 305.41º | 0.54% | 0.8% | - |
| XYZ | 38.55 | 24.56 | 53.75 | - |
| YUV | 137.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 194 | 0 | 0.54 | 0.05 | 0.2 | 305.41 | 0.52 | 0.58 |
| Hex | CC | 5D | C2 | 0 | 36 | 5 | 14 | 131 | 34 | 3A |
| Octal | 314 | 135 | 302 | 0 | 66 | 5 | 24 | 461 | 64 | 72 |
| Binary | 11001100 | 1011101 | 11000010 | 0 | 110110 | 101 | 10100 | 100110001 | 110100 | 111010 |
Color Harmonies of #CC5DC2
Complementary color
Monochromatic Colors of #CC5DC2
Black with #CC5DC2
Text Example
Text Example
White with #CC5DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DC2; }
p { color: rgb(204,93,194); }
H1.HeaderClassName
{
color: #CC5DC2;
}
.AnyTagClassName
{
color: #CC5DC2;
}
</style>
background-color css
<style>
a { background-color: #CC5DC2; }
a { background-color: rgb(204,93,194); }
div.DivClassName
{
background-color: #CC5DC2;
}
.BgClassName
{
background-color: #CC5DC2;
}
</style>
border-color css
<style>
span { border-color: #CC5DC2; }
span { border-color: rgb(204,93,194); }
td.TdClassName
{
border-color: #CC5DC2;
}
.TagClassName
{
border-color: #CC5DC2;
}
</style>