Shades of Fuchsia #C95CCD
Tints of Fuchsia #C95CCD
RGB
CMYK
RGB Variations
Color information
#C95CCD (or 0xC95CCD) is known color: Fuchsia. HEX triplet: C9, 5C and CD. RGB value is (201,92,205). Sum of RGB (Red+Green+Blue) = 201+92+205=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #C95CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CCD is #36A332. Grayscale: #898989. Windows color (decimal): -3580723 or 13458633. OLE color: 13458633.
HSL color Cylindrical-coordinate representation of color #C95CCD: hue angle of 297.88º degrees, saturation: 0.53, 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 #C95CCD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 92 | 205 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.20 |
| HSL | 297.88º | 0.53% | 0.58% | - |
| HSV(B) | 297.88º | 0.55% | 0.8% | - |
| XYZ | 38.93 | 24.48 | 60.43 | - |
| YUV | 137.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 205 | 0.02 | 0.55 | 0 | 0.20 | 297.88 | 0.53 | 0.58 |
| Hex | C9 | 5C | CD | 2 | 37 | 0 | 14 | 12A | 35 | 3A |
| Octal | 311 | 134 | 315 | 2 | 67 | 0 | 24 | 452 | 65 | 72 |
| Binary | 11001001 | 1011100 | 11001101 | 10 | 110111 | 0 | 10100 | 100101010 | 110101 | 111010 |
Color Harmonies of #C95CCD
Complementary color
Monochromatic Colors of #C95CCD
Black with #C95CCD
Text Example
Text Example
White with #C95CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95CCD; }
p { color: rgb(201,92,205); }
H1.HeaderClassName
{
color: #C95CCD;
}
.AnyTagClassName
{
color: #C95CCD;
}
</style>
background-color css
<style>
a { background-color: #C95CCD; }
a { background-color: rgb(201,92,205); }
div.DivClassName
{
background-color: #C95CCD;
}
.BgClassName
{
background-color: #C95CCD;
}
</style>
border-color css
<style>
span { border-color: #C95CCD; }
span { border-color: rgb(201,92,205); }
td.TdClassName
{
border-color: #C95CCD;
}
.TagClassName
{
border-color: #C95CCD;
}
</style>