Shades of Fuchsia #C93DCD
Tints of Fuchsia #C93DCD
RGB
CMYK
RGB Variations
Color information
#C93DCD (or 0xC93DCD) is known color: Fuchsia. HEX triplet: C9, 3D and CD. RGB value is (201,61,205). Sum of RGB (Red+Green+Blue) = 201+61+205=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #C93DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DCD is #36C232. Grayscale: #767676. Windows color (decimal): -3588659 or 13450697. OLE color: 13450697.
HSL color Cylindrical-coordinate representation of color #C93DCD: hue angle of 298.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DCD is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 61 | 205 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.20 |
| HSL | 298.33º | 0.59% | 0.52% | - |
| HSV(B) | 298.33º | 0.7% | 0.8% | - |
| XYZ | 36.78 | 20.16 | 59.71 | - |
| YUV | 119.28 | 176.38 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 205 | 0.02 | 0.70 | 0 | 0.20 | 298.33 | 0.59 | 0.52 |
| Hex | C9 | 3D | CD | 2 | 46 | 0 | 14 | 12A | 3B | 34 |
| Octal | 311 | 75 | 315 | 2 | 106 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11001001 | 111101 | 11001101 | 10 | 1000110 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C93DCD
Complementary color
Monochromatic Colors of #C93DCD
Black with #C93DCD
Text Example
Text Example
White with #C93DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DCD; }
p { color: rgb(201,61,205); }
H1.HeaderClassName
{
color: #C93DCD;
}
.AnyTagClassName
{
color: #C93DCD;
}
</style>
background-color css
<style>
a { background-color: #C93DCD; }
a { background-color: rgb(201,61,205); }
div.DivClassName
{
background-color: #C93DCD;
}
.BgClassName
{
background-color: #C93DCD;
}
</style>
border-color css
<style>
span { border-color: #C93DCD; }
span { border-color: rgb(201,61,205); }
td.TdClassName
{
border-color: #C93DCD;
}
.TagClassName
{
border-color: #C93DCD;
}
</style>