Shades of Fuchsia #C03BC4
Tints of Fuchsia #C03BC4
RGB
CMYK
RGB Variations
Color information
#C03BC4 (or 0xC03BC4) is known color: Fuchsia. HEX triplet: C0, 3B and C4. RGB value is (192,59,196). Sum of RGB (Red+Green+Blue) = 192+59+196=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #C03BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BC4 is #3FC43B. Grayscale: #717171. Windows color (decimal): -4179004 or 12860352. OLE color: 12860352.
HSL color Cylindrical-coordinate representation of color #C03BC4: hue angle of 298.25º 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 #C03BC4 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 59 | 196 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.23 |
| HSL | 298.25º | 0.54% | 0.5% | - |
| HSV(B) | 298.25º | 0.7% | 0.77% | - |
| XYZ | 33.27 | 18.32 | 54.01 | - |
| YUV | 114.39 | 174.06 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 196 | 0.02 | 0.70 | 0 | 0.23 | 298.25 | 0.54 | 0.5 |
| Hex | C0 | 3B | C4 | 2 | 46 | 0 | 17 | 12A | 36 | 32 |
| Octal | 300 | 73 | 304 | 2 | 106 | 0 | 27 | 452 | 66 | 62 |
| Binary | 11000000 | 111011 | 11000100 | 10 | 1000110 | 0 | 10111 | 100101010 | 110110 | 110010 |
Color Harmonies of #C03BC4
Complementary color
Monochromatic Colors of #C03BC4
Black with #C03BC4
Text Example
Text Example
White with #C03BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BC4; }
p { color: rgb(192,59,196); }
H1.HeaderClassName
{
color: #C03BC4;
}
.AnyTagClassName
{
color: #C03BC4;
}
</style>
background-color css
<style>
a { background-color: #C03BC4; }
a { background-color: rgb(192,59,196); }
div.DivClassName
{
background-color: #C03BC4;
}
.BgClassName
{
background-color: #C03BC4;
}
</style>
border-color css
<style>
span { border-color: #C03BC4; }
span { border-color: rgb(192,59,196); }
td.TdClassName
{
border-color: #C03BC4;
}
.TagClassName
{
border-color: #C03BC4;
}
</style>