Shades of Fuchsia #C93CBC
Tints of Fuchsia #C93CBC
RGB
CMYK
RGB Variations
Color information
#C93CBC (or 0xC93CBC) is known color: Fuchsia. HEX triplet: C9, 3C and BC. RGB value is (201,60,188). Sum of RGB (Red+Green+Blue) = 201+60+188=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93CBC is #36C343. Grayscale: #747474. Windows color (decimal): -3588932 or 12336329. OLE color: 12336329.
HSL color Cylindrical-coordinate representation of color #C93CBC: hue angle of 305.53º degrees, saturation: 0.57, 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 #C93CBC is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 188 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.21 |
| HSL | 305.53º | 0.57% | 0.51% | - |
| HSV(B) | 305.53º | 0.7% | 0.79% | - |
| XYZ | 34.78 | 19.28 | 49.47 | - |
| YUV | 116.75 | 168.21 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 188 | 0 | 0.70 | 0.06 | 0.21 | 305.53 | 0.57 | 0.51 |
| Hex | C9 | 3C | BC | 0 | 46 | 6 | 15 | 132 | 39 | 33 |
| Octal | 311 | 74 | 274 | 0 | 106 | 6 | 25 | 462 | 71 | 63 |
| Binary | 11001001 | 111100 | 10111100 | 0 | 1000110 | 110 | 10101 | 100110010 | 111001 | 110011 |
Color Harmonies of #C93CBC
Complementary color
Monochromatic Colors of #C93CBC
Black with #C93CBC
Text Example
Text Example
White with #C93CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CBC; }
p { color: rgb(201,60,188); }
H1.HeaderClassName
{
color: #C93CBC;
}
.AnyTagClassName
{
color: #C93CBC;
}
</style>
background-color css
<style>
a { background-color: #C93CBC; }
a { background-color: rgb(201,60,188); }
div.DivClassName
{
background-color: #C93CBC;
}
.BgClassName
{
background-color: #C93CBC;
}
</style>
border-color css
<style>
span { border-color: #C93CBC; }
span { border-color: rgb(201,60,188); }
td.TdClassName
{
border-color: #C93CBC;
}
.TagClassName
{
border-color: #C93CBC;
}
</style>