Shades of Fuchsia #C93AB2
Tints of Fuchsia #C93AB2
RGB
CMYK
RGB Variations
Color information
#C93AB2 (or 0xC93AB2) is known color: Fuchsia. HEX triplet: C9, 3A and B2. RGB value is (201,58,178). Sum of RGB (Red+Green+Blue) = 201+58+178=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93AB2 is #36C54D. Grayscale: #727272. Windows color (decimal): -3589454 or 11680457. OLE color: 11680457.
HSL color Cylindrical-coordinate representation of color #C93AB2: hue angle of 309.65º 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 #C93AB2 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 178 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.21 |
| HSL | 309.65º | 0.57% | 0.51% | - |
| HSV(B) | 309.65º | 0.71% | 0.79% | - |
| XYZ | 33.64 | 18.66 | 43.95 | - |
| YUV | 114.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 178 | 0 | 0.71 | 0.11 | 0.21 | 309.65 | 0.57 | 0.51 |
| Hex | C9 | 3A | B2 | 0 | 47 | B | 15 | 136 | 39 | 33 |
| Octal | 311 | 72 | 262 | 0 | 107 | 13 | 25 | 466 | 71 | 63 |
| Binary | 11001001 | 111010 | 10110010 | 0 | 1000111 | 1011 | 10101 | 100110110 | 111001 | 110011 |
Color Harmonies of #C93AB2
Complementary color
Monochromatic Colors of #C93AB2
Black with #C93AB2
Text Example
Text Example
White with #C93AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AB2; }
p { color: rgb(201,58,178); }
H1.HeaderClassName
{
color: #C93AB2;
}
.AnyTagClassName
{
color: #C93AB2;
}
</style>
background-color css
<style>
a { background-color: #C93AB2; }
a { background-color: rgb(201,58,178); }
div.DivClassName
{
background-color: #C93AB2;
}
.BgClassName
{
background-color: #C93AB2;
}
</style>
border-color css
<style>
span { border-color: #C93AB2; }
span { border-color: rgb(201,58,178); }
td.TdClassName
{
border-color: #C93AB2;
}
.TagClassName
{
border-color: #C93AB2;
}
</style>