Shades of Fuchsia #C93FCD
Tints of Fuchsia #C93FCD
RGB
CMYK
RGB Variations
Color information
#C93FCD (or 0xC93FCD) is known color: Fuchsia. HEX triplet: C9, 3F and CD. RGB value is (201,63,205). Sum of RGB (Red+Green+Blue) = 201+63+205=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #C93FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93FCD is #36C032. Grayscale: #787878. Windows color (decimal): -3588147 or 13451209. OLE color: 13451209.
HSL color Cylindrical-coordinate representation of color #C93FCD: hue angle of 298.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93FCD is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 63 | 205 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.20 |
| HSL | 298.31º | 0.59% | 0.53% | - |
| HSV(B) | 298.31º | 0.69% | 0.8% | - |
| XYZ | 36.88 | 20.38 | 59.75 | - |
| YUV | 120.45 | 175.72 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 205 | 0.02 | 0.69 | 0 | 0.20 | 298.31 | 0.59 | 0.53 |
| Hex | C9 | 3F | CD | 2 | 45 | 0 | 14 | 12A | 3B | 35 |
| Octal | 311 | 77 | 315 | 2 | 105 | 0 | 24 | 452 | 73 | 65 |
| Binary | 11001001 | 111111 | 11001101 | 10 | 1000101 | 0 | 10100 | 100101010 | 111011 | 110101 |
Color Harmonies of #C93FCD
Complementary color
Monochromatic Colors of #C93FCD
Black with #C93FCD
Text Example
Text Example
White with #C93FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93FCD; }
p { color: rgb(201,63,205); }
H1.HeaderClassName
{
color: #C93FCD;
}
.AnyTagClassName
{
color: #C93FCD;
}
</style>
background-color css
<style>
a { background-color: #C93FCD; }
a { background-color: rgb(201,63,205); }
div.DivClassName
{
background-color: #C93FCD;
}
.BgClassName
{
background-color: #C93FCD;
}
</style>
border-color css
<style>
span { border-color: #C93FCD; }
span { border-color: rgb(201,63,205); }
td.TdClassName
{
border-color: #C93FCD;
}
.TagClassName
{
border-color: #C93FCD;
}
</style>