Shades of Fuchsia #C03ACC
Tints of Fuchsia #C03ACC
RGB
CMYK
RGB Variations
Color information
#C03ACC (or 0xC03ACC) is known color: Fuchsia. HEX triplet: C0, 3A and CC. RGB value is (192,58,204). Sum of RGB (Red+Green+Blue) = 192+58+204=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #C03ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ACC is #3FC533. Grayscale: #727272. Windows color (decimal): -4179252 or 13384384. OLE color: 13384384.
HSL color Cylindrical-coordinate representation of color #C03ACC: hue angle of 295.07º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03ACC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 58 | 204 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.2 |
| HSL | 295.07º | 0.59% | 0.51% | - |
| HSV(B) | 295.07º | 0.72% | 0.8% | - |
| XYZ | 34.15 | 18.59 | 58.92 | - |
| YUV | 114.71 | 178.39 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 204 | 0.06 | 0.72 | 0 | 0.2 | 295.07 | 0.59 | 0.51 |
| Hex | C0 | 3A | CC | 6 | 48 | 0 | 14 | 127 | 3B | 33 |
| Octal | 300 | 72 | 314 | 6 | 110 | 0 | 24 | 447 | 73 | 63 |
| Binary | 11000000 | 111010 | 11001100 | 110 | 1001000 | 0 | 10100 | 100100111 | 111011 | 110011 |
Color Harmonies of #C03ACC
Complementary color
Monochromatic Colors of #C03ACC
Black with #C03ACC
Text Example
Text Example
White with #C03ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03ACC; }
p { color: rgb(192,58,204); }
H1.HeaderClassName
{
color: #C03ACC;
}
.AnyTagClassName
{
color: #C03ACC;
}
</style>
background-color css
<style>
a { background-color: #C03ACC; }
a { background-color: rgb(192,58,204); }
div.DivClassName
{
background-color: #C03ACC;
}
.BgClassName
{
background-color: #C03ACC;
}
</style>
border-color css
<style>
span { border-color: #C03ACC; }
span { border-color: rgb(192,58,204); }
td.TdClassName
{
border-color: #C03ACC;
}
.TagClassName
{
border-color: #C03ACC;
}
</style>