Shades of Fuchsia #C93AB8
Tints of Fuchsia #C93AB8
RGB
CMYK
RGB Variations
Color information
#C93AB8 (or 0xC93AB8) is known color: Fuchsia. HEX triplet: C9, 3A and B8. RGB value is (201,58,184). Sum of RGB (Red+Green+Blue) = 201+58+184=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AB8 is #36C547. Grayscale: #727272. Windows color (decimal): -3589448 or 12073673. OLE color: 12073673.
HSL color Cylindrical-coordinate representation of color #C93AB8: hue angle of 307.13º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93AB8 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 184 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.21 |
| HSL | 307.13º | 0.57% | 0.51% | - |
| HSV(B) | 307.13º | 0.71% | 0.79% | - |
| XYZ | 34.25 | 18.9 | 47.19 | - |
| YUV | 115.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 184 | 0 | 0.71 | 0.08 | 0.21 | 307.13 | 0.57 | 0.51 |
| Hex | C9 | 3A | B8 | 0 | 47 | 8 | 15 | 133 | 39 | 33 |
| Octal | 311 | 72 | 270 | 0 | 107 | 10 | 25 | 463 | 71 | 63 |
| Binary | 11001001 | 111010 | 10111000 | 0 | 1000111 | 1000 | 10101 | 100110011 | 111001 | 110011 |
Color Harmonies of #C93AB8
Complementary color
Monochromatic Colors of #C93AB8
Black with #C93AB8
Text Example
Text Example
White with #C93AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AB8; }
p { color: rgb(201,58,184); }
H1.HeaderClassName
{
color: #C93AB8;
}
.AnyTagClassName
{
color: #C93AB8;
}
</style>
background-color css
<style>
a { background-color: #C93AB8; }
a { background-color: rgb(201,58,184); }
div.DivClassName
{
background-color: #C93AB8;
}
.BgClassName
{
background-color: #C93AB8;
}
</style>
border-color css
<style>
span { border-color: #C93AB8; }
span { border-color: rgb(201,58,184); }
td.TdClassName
{
border-color: #C93AB8;
}
.TagClassName
{
border-color: #C93AB8;
}
</style>