Shades of Fuchsia #C94CCD
Tints of Fuchsia #C94CCD
RGB
CMYK
RGB Variations
Color information
#C94CCD (or 0xC94CCD) is known color: Fuchsia. HEX triplet: C9, 4C and CD. RGB value is (201,76,205). Sum of RGB (Red+Green+Blue) = 201+76+205=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C94CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C94CCD is #36B332. Grayscale: #7F7F7F. Windows color (decimal): -3584819 or 13454537. OLE color: 13454537.
HSL color Cylindrical-coordinate representation of color #C94CCD: hue angle of 298.14º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94CCD is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 76 | 205 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.20 |
| HSL | 298.14º | 0.56% | 0.55% | - |
| HSV(B) | 298.14º | 0.63% | 0.8% | - |
| XYZ | 37.69 | 21.99 | 60.02 | - |
| YUV | 128.08 | 171.41 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 205 | 0.02 | 0.63 | 0 | 0.20 | 298.14 | 0.56 | 0.55 |
| Hex | C9 | 4C | CD | 2 | 3F | 0 | 14 | 12A | 38 | 37 |
| Octal | 311 | 114 | 315 | 2 | 77 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001001 | 1001100 | 11001101 | 10 | 111111 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C94CCD
Complementary color
Monochromatic Colors of #C94CCD
Black with #C94CCD
Text Example
Text Example
White with #C94CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CCD; }
p { color: rgb(201,76,205); }
H1.HeaderClassName
{
color: #C94CCD;
}
.AnyTagClassName
{
color: #C94CCD;
}
</style>
background-color css
<style>
a { background-color: #C94CCD; }
a { background-color: rgb(201,76,205); }
div.DivClassName
{
background-color: #C94CCD;
}
.BgClassName
{
background-color: #C94CCD;
}
</style>
border-color css
<style>
span { border-color: #C94CCD; }
span { border-color: rgb(201,76,205); }
td.TdClassName
{
border-color: #C94CCD;
}
.TagClassName
{
border-color: #C94CCD;
}
</style>