Shades of Fuchsia #C03CC5
Tints of Fuchsia #C03CC5
RGB
CMYK
RGB Variations
Color information
#C03CC5 (or 0xC03CC5) is known color: Fuchsia. HEX triplet: C0, 3C and C5. RGB value is (192,60,197). Sum of RGB (Red+Green+Blue) = 192+60+197=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #C03CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CC5 is #3FC33A. Grayscale: #727272. Windows color (decimal): -4178747 or 12926144. OLE color: 12926144.
HSL color Cylindrical-coordinate representation of color #C03CC5: hue angle of 297.81º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03CC5 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 60 | 197 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.23 |
| HSL | 297.81º | 0.54% | 0.5% | - |
| HSV(B) | 297.81º | 0.7% | 0.77% | - |
| XYZ | 33.43 | 18.47 | 54.63 | - |
| YUV | 115.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 197 | 0.03 | 0.70 | 0 | 0.23 | 297.81 | 0.54 | 0.5 |
| Hex | C0 | 3C | C5 | 3 | 46 | 0 | 17 | 12A | 36 | 32 |
| Octal | 300 | 74 | 305 | 3 | 106 | 0 | 27 | 452 | 66 | 62 |
| Binary | 11000000 | 111100 | 11000101 | 11 | 1000110 | 0 | 10111 | 100101010 | 110110 | 110010 |
Color Harmonies of #C03CC5
Complementary color
Monochromatic Colors of #C03CC5
Black with #C03CC5
Text Example
Text Example
White with #C03CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CC5; }
p { color: rgb(192,60,197); }
H1.HeaderClassName
{
color: #C03CC5;
}
.AnyTagClassName
{
color: #C03CC5;
}
</style>
background-color css
<style>
a { background-color: #C03CC5; }
a { background-color: rgb(192,60,197); }
div.DivClassName
{
background-color: #C03CC5;
}
.BgClassName
{
background-color: #C03CC5;
}
</style>
border-color css
<style>
span { border-color: #C03CC5; }
span { border-color: rgb(192,60,197); }
td.TdClassName
{
border-color: #C03CC5;
}
.TagClassName
{
border-color: #C03CC5;
}
</style>