Shades of Fuchsia #C03CCA
Tints of Fuchsia #C03CCA
RGB
CMYK
RGB Variations
Color information
#C03CCA (or 0xC03CCA) is known color: Fuchsia. HEX triplet: C0, 3C and CA. RGB value is (192,60,202). Sum of RGB (Red+Green+Blue) = 192+60+202=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #C03CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CCA is #3FC335. Grayscale: #737373. Windows color (decimal): -4178742 or 13253824. OLE color: 13253824.
HSL color Cylindrical-coordinate representation of color #C03CCA: hue angle of 295.77º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03CCA is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 60 | 202 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.21 |
| HSL | 295.77º | 0.57% | 0.51% | - |
| HSV(B) | 295.77º | 0.7% | 0.79% | - |
| XYZ | 34.01 | 18.7 | 57.69 | - |
| YUV | 115.66 | 176.73 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 202 | 0.05 | 0.70 | 0 | 0.21 | 295.77 | 0.57 | 0.51 |
| Hex | C0 | 3C | CA | 5 | 46 | 0 | 15 | 128 | 39 | 33 |
| Octal | 300 | 74 | 312 | 5 | 106 | 0 | 25 | 450 | 71 | 63 |
| Binary | 11000000 | 111100 | 11001010 | 101 | 1000110 | 0 | 10101 | 100101000 | 111001 | 110011 |
Color Harmonies of #C03CCA
Complementary color
Monochromatic Colors of #C03CCA
Black with #C03CCA
Text Example
Text Example
White with #C03CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CCA; }
p { color: rgb(192,60,202); }
H1.HeaderClassName
{
color: #C03CCA;
}
.AnyTagClassName
{
color: #C03CCA;
}
</style>
background-color css
<style>
a { background-color: #C03CCA; }
a { background-color: rgb(192,60,202); }
div.DivClassName
{
background-color: #C03CCA;
}
.BgClassName
{
background-color: #C03CCA;
}
</style>
border-color css
<style>
span { border-color: #C03CCA; }
span { border-color: rgb(192,60,202); }
td.TdClassName
{
border-color: #C03CCA;
}
.TagClassName
{
border-color: #C03CCA;
}
</style>