Shades of Fuchsia #C93DBC
Tints of Fuchsia #C93DBC
RGB
CMYK
RGB Variations
Color information
#C93DBC (or 0xC93DBC) is known color: Fuchsia. HEX triplet: C9, 3D and BC. RGB value is (201,61,188). Sum of RGB (Red+Green+Blue) = 201+61+188=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93DBC is #36C243. Grayscale: #747474. Windows color (decimal): -3588676 or 12336585. OLE color: 12336585.
HSL color Cylindrical-coordinate representation of color #C93DBC: hue angle of 305.57º 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 #C93DBC is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 188 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.21 |
| HSL | 305.57º | 0.56% | 0.51% | - |
| HSV(B) | 305.57º | 0.7% | 0.79% | - |
| XYZ | 34.83 | 19.39 | 49.48 | - |
| YUV | 117.34 | 167.88 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 188 | 0 | 0.70 | 0.06 | 0.21 | 305.57 | 0.56 | 0.51 |
| Hex | C9 | 3D | BC | 0 | 46 | 6 | 15 | 132 | 38 | 33 |
| Octal | 311 | 75 | 274 | 0 | 106 | 6 | 25 | 462 | 70 | 63 |
| Binary | 11001001 | 111101 | 10111100 | 0 | 1000110 | 110 | 10101 | 100110010 | 111000 | 110011 |
Color Harmonies of #C93DBC
Complementary color
Monochromatic Colors of #C93DBC
Black with #C93DBC
Text Example
Text Example
White with #C93DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DBC; }
p { color: rgb(201,61,188); }
H1.HeaderClassName
{
color: #C93DBC;
}
.AnyTagClassName
{
color: #C93DBC;
}
</style>
background-color css
<style>
a { background-color: #C93DBC; }
a { background-color: rgb(201,61,188); }
div.DivClassName
{
background-color: #C93DBC;
}
.BgClassName
{
background-color: #C93DBC;
}
</style>
border-color css
<style>
span { border-color: #C93DBC; }
span { border-color: rgb(201,61,188); }
td.TdClassName
{
border-color: #C93DBC;
}
.TagClassName
{
border-color: #C93DBC;
}
</style>