Shades of Fuchsia #C93BCD
Tints of Fuchsia #C93BCD
RGB
CMYK
RGB Variations
Color information
#C93BCD (or 0xC93BCD) is known color: Fuchsia. HEX triplet: C9, 3B and CD. RGB value is (201,59,205). Sum of RGB (Red+Green+Blue) = 201+59+205=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 59 (23.44% from 255 or 12.69% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #C93BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93BCD is #36C432. Grayscale: #757575. Windows color (decimal): -3589171 or 13450185. OLE color: 13450185.
HSL color Cylindrical-coordinate representation of color #C93BCD: hue angle of 298.36º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93BCD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 59 | 205 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.20 |
| HSL | 298.36º | 0.59% | 0.52% | - |
| HSV(B) | 298.36º | 0.71% | 0.8% | - |
| XYZ | 36.67 | 19.95 | 59.68 | - |
| YUV | 118.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 205 | 0.02 | 0.71 | 0 | 0.20 | 298.36 | 0.59 | 0.52 |
| Hex | C9 | 3B | CD | 2 | 47 | 0 | 14 | 12A | 3B | 34 |
| Octal | 311 | 73 | 315 | 2 | 107 | 0 | 24 | 452 | 73 | 64 |
| Binary | 11001001 | 111011 | 11001101 | 10 | 1000111 | 0 | 10100 | 100101010 | 111011 | 110100 |
Color Harmonies of #C93BCD
Complementary color
Monochromatic Colors of #C93BCD
Black with #C93BCD
Text Example
Text Example
White with #C93BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BCD; }
p { color: rgb(201,59,205); }
H1.HeaderClassName
{
color: #C93BCD;
}
.AnyTagClassName
{
color: #C93BCD;
}
</style>
background-color css
<style>
a { background-color: #C93BCD; }
a { background-color: rgb(201,59,205); }
div.DivClassName
{
background-color: #C93BCD;
}
.BgClassName
{
background-color: #C93BCD;
}
</style>
border-color css
<style>
span { border-color: #C93BCD; }
span { border-color: rgb(201,59,205); }
td.TdClassName
{
border-color: #C93BCD;
}
.TagClassName
{
border-color: #C93BCD;
}
</style>