Shades of Fuchsia #C73ACB
Tints of Fuchsia #C73ACB
RGB
CMYK
RGB Variations
Color information
#C73ACB (or 0xC73ACB) is known color: Fuchsia. HEX triplet: C7, 3A and CB. RGB value is (199,58,203). Sum of RGB (Red+Green+Blue) = 199+58+203=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #C73ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ACB is #38C534. Grayscale: #747474. Windows color (decimal): -3720501 or 13318855. OLE color: 13318855.
HSL color Cylindrical-coordinate representation of color #C73ACB: hue angle of 298.34º 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 #C73ACB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 58 | 203 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.20 |
| HSL | 298.34º | 0.58% | 0.51% | - |
| HSV(B) | 298.34º | 0.71% | 0.8% | - |
| XYZ | 35.85 | 19.48 | 58.37 | - |
| YUV | 116.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 203 | 0.02 | 0.71 | 0 | 0.20 | 298.34 | 0.58 | 0.51 |
| Hex | C7 | 3A | CB | 2 | 47 | 0 | 14 | 12A | 3A | 33 |
| Octal | 307 | 72 | 313 | 2 | 107 | 0 | 24 | 452 | 72 | 63 |
| Binary | 11000111 | 111010 | 11001011 | 10 | 1000111 | 0 | 10100 | 100101010 | 111010 | 110011 |
Color Harmonies of #C73ACB
Complementary color
Monochromatic Colors of #C73ACB
Black with #C73ACB
Text Example
Text Example
White with #C73ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ACB; }
p { color: rgb(199,58,203); }
H1.HeaderClassName
{
color: #C73ACB;
}
.AnyTagClassName
{
color: #C73ACB;
}
</style>
background-color css
<style>
a { background-color: #C73ACB; }
a { background-color: rgb(199,58,203); }
div.DivClassName
{
background-color: #C73ACB;
}
.BgClassName
{
background-color: #C73ACB;
}
</style>
border-color css
<style>
span { border-color: #C73ACB; }
span { border-color: rgb(199,58,203); }
td.TdClassName
{
border-color: #C73ACB;
}
.TagClassName
{
border-color: #C73ACB;
}
</style>