Shades of Fuchsia #C93ED0
Tints of Fuchsia #C93ED0
RGB
CMYK
RGB Variations
Color information
#C93ED0 (or 0xC93ED0) is known color: Fuchsia. HEX triplet: C9, 3E and D0. RGB value is (201,62,208). Sum of RGB (Red+Green+Blue) = 201+62+208=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #C93ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ED0 is #36C12F. Grayscale: #777777. Windows color (decimal): -3588400 or 13647561. OLE color: 13647561.
HSL color Cylindrical-coordinate representation of color #C93ED0: hue angle of 297.12º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93ED0 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 62 | 208 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.18 |
| HSL | 297.12º | 0.61% | 0.53% | - |
| HSV(B) | 297.12º | 0.7% | 0.82% | - |
| XYZ | 37.2 | 20.42 | 61.65 | - |
| YUV | 120.21 | 177.55 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 208 | 0.03 | 0.70 | 0 | 0.18 | 297.12 | 0.61 | 0.53 |
| Hex | C9 | 3E | D0 | 3 | 46 | 0 | 12 | 129 | 3D | 35 |
| Octal | 311 | 76 | 320 | 3 | 106 | 0 | 22 | 451 | 75 | 65 |
| Binary | 11001001 | 111110 | 11010000 | 11 | 1000110 | 0 | 10010 | 100101001 | 111101 | 110101 |
Color Harmonies of #C93ED0
Complementary color
Monochromatic Colors of #C93ED0
Black with #C93ED0
Text Example
Text Example
White with #C93ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ED0; }
p { color: rgb(201,62,208); }
H1.HeaderClassName
{
color: #C93ED0;
}
.AnyTagClassName
{
color: #C93ED0;
}
</style>
background-color css
<style>
a { background-color: #C93ED0; }
a { background-color: rgb(201,62,208); }
div.DivClassName
{
background-color: #C93ED0;
}
.BgClassName
{
background-color: #C93ED0;
}
</style>
border-color css
<style>
span { border-color: #C93ED0; }
span { border-color: rgb(201,62,208); }
td.TdClassName
{
border-color: #C93ED0;
}
.TagClassName
{
border-color: #C93ED0;
}
</style>