Shades of Fuchsia #C93DB0
Tints of Fuchsia #C93DB0
RGB
CMYK
RGB Variations
Color information
#C93DB0 (or 0xC93DB0) is known color: Fuchsia. HEX triplet: C9, 3D and B0. RGB value is (201,61,176). Sum of RGB (Red+Green+Blue) = 201+61+176=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DB0 is #36C24F. Grayscale: #737373. Windows color (decimal): -3588688 or 11550153. OLE color: 11550153.
HSL color Cylindrical-coordinate representation of color #C93DB0: hue angle of 310.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93DB0 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 176 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.21 |
| HSL | 310.71º | 0.56% | 0.51% | - |
| HSV(B) | 310.71º | 0.7% | 0.79% | - |
| XYZ | 33.59 | 18.89 | 42.95 | - |
| YUV | 115.97 | 161.88 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 176 | 0 | 0.70 | 0.12 | 0.21 | 310.71 | 0.56 | 0.51 |
| Hex | C9 | 3D | B0 | 0 | 46 | C | 15 | 137 | 38 | 33 |
| Octal | 311 | 75 | 260 | 0 | 106 | 14 | 25 | 467 | 70 | 63 |
| Binary | 11001001 | 111101 | 10110000 | 0 | 1000110 | 1100 | 10101 | 100110111 | 111000 | 110011 |
Color Harmonies of #C93DB0
Complementary color
Monochromatic Colors of #C93DB0
Black with #C93DB0
Text Example
Text Example
White with #C93DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DB0; }
p { color: rgb(201,61,176); }
H1.HeaderClassName
{
color: #C93DB0;
}
.AnyTagClassName
{
color: #C93DB0;
}
</style>
background-color css
<style>
a { background-color: #C93DB0; }
a { background-color: rgb(201,61,176); }
div.DivClassName
{
background-color: #C93DB0;
}
.BgClassName
{
background-color: #C93DB0;
}
</style>
border-color css
<style>
span { border-color: #C93DB0; }
span { border-color: rgb(201,61,176); }
td.TdClassName
{
border-color: #C93DB0;
}
.TagClassName
{
border-color: #C93DB0;
}
</style>