Shades of Fuchsia #C93ACB
Tints of Fuchsia #C93ACB
RGB
CMYK
RGB Variations
Color information
#C93ACB (or 0xC93ACB) is known color: Fuchsia. HEX triplet: C9, 3A and CB. RGB value is (201,58,203). Sum of RGB (Red+Green+Blue) = 201+58+203=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #C93ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C93ACB is #36C534. Grayscale: #747474. Windows color (decimal): -3589429 or 13318857. OLE color: 13318857.
HSL color Cylindrical-coordinate representation of color #C93ACB: hue angle of 299.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93ACB is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 58 | 203 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.20 |
| HSL | 299.17º | 0.58% | 0.51% | - |
| HSV(B) | 299.17º | 0.71% | 0.8% | - |
| XYZ | 36.38 | 19.76 | 58.4 | - |
| YUV | 117.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 203 | 0.01 | 0.71 | 0 | 0.20 | 299.17 | 0.58 | 0.51 |
| Hex | C9 | 3A | CB | 1 | 47 | 0 | 14 | 12B | 3A | 33 |
| Octal | 311 | 72 | 313 | 1 | 107 | 0 | 24 | 453 | 72 | 63 |
| Binary | 11001001 | 111010 | 11001011 | 1 | 1000111 | 0 | 10100 | 100101011 | 111010 | 110011 |
Color Harmonies of #C93ACB
Complementary color
Monochromatic Colors of #C93ACB
Black with #C93ACB
Text Example
Text Example
White with #C93ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93ACB; }
p { color: rgb(201,58,203); }
H1.HeaderClassName
{
color: #C93ACB;
}
.AnyTagClassName
{
color: #C93ACB;
}
</style>
background-color css
<style>
a { background-color: #C93ACB; }
a { background-color: rgb(201,58,203); }
div.DivClassName
{
background-color: #C93ACB;
}
.BgClassName
{
background-color: #C93ACB;
}
</style>
border-color css
<style>
span { border-color: #C93ACB; }
span { border-color: rgb(201,58,203); }
td.TdClassName
{
border-color: #C93ACB;
}
.TagClassName
{
border-color: #C93ACB;
}
</style>