Shades of Fuchsia #C94DCD
Tints of Fuchsia #C94DCD
RGB
CMYK
RGB Variations
Color information
#C94DCD (or 0xC94DCD) is known color: Fuchsia. HEX triplet: C9, 4D and CD. RGB value is (201,77,205). Sum of RGB (Red+Green+Blue) = 201+77+205=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 77 (30.47% from 255 or 15.94% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #C94DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C94DCD is #36B232. Grayscale: #808080. Windows color (decimal): -3584563 or 13454793. OLE color: 13454793.
HSL color Cylindrical-coordinate representation of color #C94DCD: hue angle of 298.12º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DCD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 77 | 205 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.20 |
| HSL | 298.13º | 0.56% | 0.55% | - |
| HSV(B) | 298.13º | 0.62% | 0.8% | - |
| XYZ | 37.76 | 22.13 | 60.04 | - |
| YUV | 128.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 205 | 0.02 | 0.62 | 0 | 0.20 | 298.13 | 0.56 | 0.55 |
| Hex | C9 | 4D | CD | 2 | 3E | 0 | 14 | 12A | 38 | 37 |
| Octal | 311 | 115 | 315 | 2 | 76 | 0 | 24 | 452 | 70 | 67 |
| Binary | 11001001 | 1001101 | 11001101 | 10 | 111110 | 0 | 10100 | 100101010 | 111000 | 110111 |
Color Harmonies of #C94DCD
Complementary color
Monochromatic Colors of #C94DCD
Black with #C94DCD
Text Example
Text Example
White with #C94DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DCD; }
p { color: rgb(201,77,205); }
H1.HeaderClassName
{
color: #C94DCD;
}
.AnyTagClassName
{
color: #C94DCD;
}
</style>
background-color css
<style>
a { background-color: #C94DCD; }
a { background-color: rgb(201,77,205); }
div.DivClassName
{
background-color: #C94DCD;
}
.BgClassName
{
background-color: #C94DCD;
}
</style>
border-color css
<style>
span { border-color: #C94DCD; }
span { border-color: rgb(201,77,205); }
td.TdClassName
{
border-color: #C94DCD;
}
.TagClassName
{
border-color: #C94DCD;
}
</style>