Shades of Fuchsia #C03BBE
Tints of Fuchsia #C03BBE
RGB
CMYK
RGB Variations
Color information
#C03BBE (or 0xC03BBE) is known color: Fuchsia. HEX triplet: C0, 3B and BE. RGB value is (192,59,190). Sum of RGB (Red+Green+Blue) = 192+59+190=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BBE is #3FC441. Grayscale: #717171. Windows color (decimal): -4179010 or 12467136. OLE color: 12467136.
HSL color Cylindrical-coordinate representation of color #C03BBE: hue angle of 300.9º degrees, saturation: 0.53, 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 #C03BBE is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 190 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.25 |
| HSL | 300.9º | 0.53% | 0.49% | - |
| HSV(B) | 300.9º | 0.69% | 0.75% | - |
| XYZ | 32.6 | 18.05 | 50.48 | - |
| YUV | 113.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 190 | 0 | 0.69 | 0.01 | 0.25 | 300.9 | 0.53 | 0.49 |
| Hex | C0 | 3B | BE | 0 | 45 | 1 | 19 | 12D | 35 | 31 |
| Octal | 300 | 73 | 276 | 0 | 105 | 1 | 31 | 455 | 65 | 61 |
| Binary | 11000000 | 111011 | 10111110 | 0 | 1000101 | 1 | 11001 | 100101101 | 110101 | 110001 |
Color Harmonies of #C03BBE
Complementary color
Monochromatic Colors of #C03BBE
Black with #C03BBE
Text Example
Text Example
White with #C03BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03BBE; }
p { color: rgb(192,59,190); }
H1.HeaderClassName
{
color: #C03BBE;
}
.AnyTagClassName
{
color: #C03BBE;
}
</style>
background-color css
<style>
a { background-color: #C03BBE; }
a { background-color: rgb(192,59,190); }
div.DivClassName
{
background-color: #C03BBE;
}
.BgClassName
{
background-color: #C03BBE;
}
</style>
border-color css
<style>
span { border-color: #C03BBE; }
span { border-color: rgb(192,59,190); }
td.TdClassName
{
border-color: #C03BBE;
}
.TagClassName
{
border-color: #C03BBE;
}
</style>