Shades of Fuchsia #C03ACB
Tints of Fuchsia #C03ACB
RGB
CMYK
RGB Variations
Color information
#C03ACB (or 0xC03ACB) is known color: Fuchsia. HEX triplet: C0, 3A and CB. RGB value is (192,58,203). Sum of RGB (Red+Green+Blue) = 192+58+203=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #C03ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ACB is #3FC534. Grayscale: #727272. Windows color (decimal): -4179253 or 13318848. OLE color: 13318848.
HSL color Cylindrical-coordinate representation of color #C03ACB: hue angle of 295.45º 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 #C03ACB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 58 | 203 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.20 |
| HSL | 295.45º | 0.58% | 0.51% | - |
| HSV(B) | 295.45º | 0.71% | 0.8% | - |
| XYZ | 34.03 | 18.54 | 58.29 | - |
| YUV | 114.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 203 | 0.05 | 0.71 | 0 | 0.20 | 295.45 | 0.58 | 0.51 |
| Hex | C0 | 3A | CB | 5 | 47 | 0 | 14 | 127 | 3A | 33 |
| Octal | 300 | 72 | 313 | 5 | 107 | 0 | 24 | 447 | 72 | 63 |
| Binary | 11000000 | 111010 | 11001011 | 101 | 1000111 | 0 | 10100 | 100100111 | 111010 | 110011 |
Color Harmonies of #C03ACB
Complementary color
Monochromatic Colors of #C03ACB
Black with #C03ACB
Text Example
Text Example
White with #C03ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ACB; }
p { color: rgb(192,58,203); }
H1.HeaderClassName
{
color: #C03ACB;
}
.AnyTagClassName
{
color: #C03ACB;
}
</style>
background-color css
<style>
a { background-color: #C03ACB; }
a { background-color: rgb(192,58,203); }
div.DivClassName
{
background-color: #C03ACB;
}
.BgClassName
{
background-color: #C03ACB;
}
</style>
border-color css
<style>
span { border-color: #C03ACB; }
span { border-color: rgb(192,58,203); }
td.TdClassName
{
border-color: #C03ACB;
}
.TagClassName
{
border-color: #C03ACB;
}
</style>