Shades of Fuchsia #C93AD0
Tints of Fuchsia #C93AD0
RGB
CMYK
RGB Variations
Color information
#C93AD0 (or 0xC93AD0) is known color: Fuchsia. HEX triplet: C9, 3A and D0. RGB value is (201,58,208). Sum of RGB (Red+Green+Blue) = 201+58+208=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 58 (23.05% from 255 or 12.42% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C93AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AD0 is #36C52F. Grayscale: #757575. Windows color (decimal): -3589424 or 13646537. OLE color: 13646537.
HSL color Cylindrical-coordinate representation of color #C93AD0: hue angle of 297.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C93AD0 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 58 | 208 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.18 |
| HSL | 297.2º | 0.61% | 0.52% | - |
| HSV(B) | 297.2º | 0.72% | 0.82% | - |
| XYZ | 36.99 | 20 | 61.59 | - |
| YUV | 117.86 | 178.88 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 208 | 0.03 | 0.72 | 0 | 0.18 | 297.2 | 0.61 | 0.52 |
| Hex | C9 | 3A | D0 | 3 | 48 | 0 | 12 | 129 | 3D | 34 |
| Octal | 311 | 72 | 320 | 3 | 110 | 0 | 22 | 451 | 75 | 64 |
| Binary | 11001001 | 111010 | 11010000 | 11 | 1001000 | 0 | 10010 | 100101001 | 111101 | 110100 |
Color Harmonies of #C93AD0
Complementary color
Monochromatic Colors of #C93AD0
Black with #C93AD0
Text Example
Text Example
White with #C93AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AD0; }
p { color: rgb(201,58,208); }
H1.HeaderClassName
{
color: #C93AD0;
}
.AnyTagClassName
{
color: #C93AD0;
}
</style>
background-color css
<style>
a { background-color: #C93AD0; }
a { background-color: rgb(201,58,208); }
div.DivClassName
{
background-color: #C93AD0;
}
.BgClassName
{
background-color: #C93AD0;
}
</style>
border-color css
<style>
span { border-color: #C93AD0; }
span { border-color: rgb(201,58,208); }
td.TdClassName
{
border-color: #C93AD0;
}
.TagClassName
{
border-color: #C93AD0;
}
</style>