Shades of Fuchsia #C03CC0
Tints of Fuchsia #C03CC0
RGB
CMYK
RGB Variations
Color information
#C03CC0 (or 0xC03CC0) is known color: Fuchsia. HEX triplet: C0, 3C and C0. RGB value is (192,60,192). Sum of RGB (Red+Green+Blue) = 192+60+192=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C03CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CC0 is #3FC33F. Grayscale: #727272. Windows color (decimal): -4178752 or 12598464. OLE color: 12598464.
HSL color Cylindrical-coordinate representation of color #C03CC0: hue angle of 300º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CC0 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 192 | - |
| CMYK | 0 | 0.69 | 0 | 0.25 |
| HSL | 300º | 0.52% | 0.49% | - |
| HSV(B) | 300º | 0.69% | 0.75% | - |
| XYZ | 32.87 | 18.24 | 51.66 | - |
| YUV | 114.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 192 | 0 | 0.69 | 0 | 0.25 | 300 | 0.52 | 0.49 |
| Hex | C0 | 3C | C0 | 0 | 45 | 0 | 19 | 12C | 34 | 31 |
| Octal | 300 | 74 | 300 | 0 | 105 | 0 | 31 | 454 | 64 | 61 |
| Binary | 11000000 | 111100 | 11000000 | 0 | 1000101 | 0 | 11001 | 100101100 | 110100 | 110001 |
Color Harmonies of #C03CC0
Complementary color
Monochromatic Colors of #C03CC0
Black with #C03CC0
Text Example
Text Example
White with #C03CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CC0; }
p { color: rgb(192,60,192); }
H1.HeaderClassName
{
color: #C03CC0;
}
.AnyTagClassName
{
color: #C03CC0;
}
</style>
background-color css
<style>
a { background-color: #C03CC0; }
a { background-color: rgb(192,60,192); }
div.DivClassName
{
background-color: #C03CC0;
}
.BgClassName
{
background-color: #C03CC0;
}
</style>
border-color css
<style>
span { border-color: #C03CC0; }
span { border-color: rgb(192,60,192); }
td.TdClassName
{
border-color: #C03CC0;
}
.TagClassName
{
border-color: #C03CC0;
}
</style>