Shades of Fuchsia #C03FBB
Tints of Fuchsia #C03FBB
RGB
CMYK
RGB Variations
Color information
#C03FBB (or 0xC03FBB) is known color: Fuchsia. HEX triplet: C0, 3F and BB. RGB value is (192,63,187). Sum of RGB (Red+Green+Blue) = 192+63+187=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03FBB is #3FC044. Grayscale: #737373. Windows color (decimal): -4177989 or 12271552. OLE color: 12271552.
HSL color Cylindrical-coordinate representation of color #C03FBB: hue angle of 302.33º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FBB is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 187 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.25 |
| HSL | 302.33º | 0.51% | 0.5% | - |
| HSV(B) | 302.33º | 0.67% | 0.75% | - |
| XYZ | 32.49 | 18.35 | 48.84 | - |
| YUV | 115.71 | 168.24 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 187 | 0 | 0.67 | 0.03 | 0.25 | 302.33 | 0.51 | 0.5 |
| Hex | C0 | 3F | BB | 0 | 43 | 3 | 19 | 12E | 33 | 32 |
| Octal | 300 | 77 | 273 | 0 | 103 | 3 | 31 | 456 | 63 | 62 |
| Binary | 11000000 | 111111 | 10111011 | 0 | 1000011 | 11 | 11001 | 100101110 | 110011 | 110010 |
Color Harmonies of #C03FBB
Complementary color
Monochromatic Colors of #C03FBB
Black with #C03FBB
Text Example
Text Example
White with #C03FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FBB; }
p { color: rgb(192,63,187); }
H1.HeaderClassName
{
color: #C03FBB;
}
.AnyTagClassName
{
color: #C03FBB;
}
</style>
background-color css
<style>
a { background-color: #C03FBB; }
a { background-color: rgb(192,63,187); }
div.DivClassName
{
background-color: #C03FBB;
}
.BgClassName
{
background-color: #C03FBB;
}
</style>
border-color css
<style>
span { border-color: #C03FBB; }
span { border-color: rgb(192,63,187); }
td.TdClassName
{
border-color: #C03FBB;
}
.TagClassName
{
border-color: #C03FBB;
}
</style>