Shades of Fuchsia #C03CC2
Tints of Fuchsia #C03CC2
RGB
CMYK
RGB Variations
Color information
#C03CC2 (or 0xC03CC2) is known color: Fuchsia. HEX triplet: C0, 3C and C2. RGB value is (192,60,194). Sum of RGB (Red+Green+Blue) = 192+60+194=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #C03CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CC2 is #3FC33D. Grayscale: #727272. Windows color (decimal): -4178750 or 12729536. OLE color: 12729536.
HSL color Cylindrical-coordinate representation of color #C03CC2: hue angle of 299.1º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CC2 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 60 | 194 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.24 |
| HSL | 299.1º | 0.53% | 0.5% | - |
| HSV(B) | 299.1º | 0.69% | 0.76% | - |
| XYZ | 33.09 | 18.33 | 52.83 | - |
| YUV | 114.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 194 | 0.01 | 0.69 | 0 | 0.24 | 299.1 | 0.53 | 0.5 |
| Hex | C0 | 3C | C2 | 1 | 45 | 0 | 18 | 12B | 35 | 32 |
| Octal | 300 | 74 | 302 | 1 | 105 | 0 | 30 | 453 | 65 | 62 |
| Binary | 11000000 | 111100 | 11000010 | 1 | 1000101 | 0 | 11000 | 100101011 | 110101 | 110010 |
Color Harmonies of #C03CC2
Complementary color
Monochromatic Colors of #C03CC2
Black with #C03CC2
Text Example
Text Example
White with #C03CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CC2; }
p { color: rgb(192,60,194); }
H1.HeaderClassName
{
color: #C03CC2;
}
.AnyTagClassName
{
color: #C03CC2;
}
</style>
background-color css
<style>
a { background-color: #C03CC2; }
a { background-color: rgb(192,60,194); }
div.DivClassName
{
background-color: #C03CC2;
}
.BgClassName
{
background-color: #C03CC2;
}
</style>
border-color css
<style>
span { border-color: #C03CC2; }
span { border-color: rgb(192,60,194); }
td.TdClassName
{
border-color: #C03CC2;
}
.TagClassName
{
border-color: #C03CC2;
}
</style>