Shades of Fuchsia #C93AB3
Tints of Fuchsia #C93AB3
RGB
CMYK
RGB Variations
Color information
#C93AB3 (or 0xC93AB3) is known color: Fuchsia. HEX triplet: C9, 3A and B3. RGB value is (201,58,179). Sum of RGB (Red+Green+Blue) = 201+58+179=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C93AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93AB3 is #36C54C. Grayscale: #727272. Windows color (decimal): -3589453 or 11745993. OLE color: 11745993.
HSL color Cylindrical-coordinate representation of color #C93AB3: hue angle of 309.23º 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 #C93AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 179 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.21 |
| HSL | 309.23º | 0.57% | 0.51% | - |
| HSV(B) | 309.23º | 0.71% | 0.79% | - |
| XYZ | 33.74 | 18.7 | 44.48 | - |
| YUV | 114.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 179 | 0 | 0.71 | 0.11 | 0.21 | 309.23 | 0.57 | 0.51 |
| Hex | C9 | 3A | B3 | 0 | 47 | B | 15 | 135 | 39 | 33 |
| Octal | 311 | 72 | 263 | 0 | 107 | 13 | 25 | 465 | 71 | 63 |
| Binary | 11001001 | 111010 | 10110011 | 0 | 1000111 | 1011 | 10101 | 100110101 | 111001 | 110011 |
Color Harmonies of #C93AB3
Complementary color
Monochromatic Colors of #C93AB3
Black with #C93AB3
Text Example
Text Example
White with #C93AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93AB3; }
p { color: rgb(201,58,179); }
H1.HeaderClassName
{
color: #C93AB3;
}
.AnyTagClassName
{
color: #C93AB3;
}
</style>
background-color css
<style>
a { background-color: #C93AB3; }
a { background-color: rgb(201,58,179); }
div.DivClassName
{
background-color: #C93AB3;
}
.BgClassName
{
background-color: #C93AB3;
}
</style>
border-color css
<style>
span { border-color: #C93AB3; }
span { border-color: rgb(201,58,179); }
td.TdClassName
{
border-color: #C93AB3;
}
.TagClassName
{
border-color: #C93AB3;
}
</style>