Shades of Fuchsia #C028BB
Tints of Fuchsia #C028BB
RGB
CMYK
RGB Variations
Color information
#C028BB (or 0xC028BB) is known color: Fuchsia. HEX triplet: C0, 28 and BB. RGB value is (192,40,187). Sum of RGB (Red+Green+Blue) = 192+40+187=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C028BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028BB is #3FD744. Grayscale: #656565. Windows color (decimal): -4183877 or 12265664. OLE color: 12265664.
HSL color Cylindrical-coordinate representation of color #C028BB: hue angle of 301.97º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C028BB is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 187 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.25 |
| HSL | 301.97º | 0.66% | 0.45% | - |
| HSV(B) | 301.97º | 0.79% | 0.75% | - |
| XYZ | 31.47 | 16.31 | 48.5 | - |
| YUV | 102.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 187 | 0 | 0.79 | 0.03 | 0.25 | 301.97 | 0.66 | 0.45 |
| Hex | C0 | 28 | BB | 0 | 4F | 3 | 19 | 12E | 42 | 2D |
| Octal | 300 | 50 | 273 | 0 | 117 | 3 | 31 | 456 | 102 | 55 |
| Binary | 11000000 | 101000 | 10111011 | 0 | 1001111 | 11 | 11001 | 100101110 | 1000010 | 101101 |
Color Harmonies of #C028BB
Complementary color
Monochromatic Colors of #C028BB
Black with #C028BB
Text Example
Text Example
White with #C028BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028BB; }
p { color: rgb(192,40,187); }
H1.HeaderClassName
{
color: #C028BB;
}
.AnyTagClassName
{
color: #C028BB;
}
</style>
background-color css
<style>
a { background-color: #C028BB; }
a { background-color: rgb(192,40,187); }
div.DivClassName
{
background-color: #C028BB;
}
.BgClassName
{
background-color: #C028BB;
}
</style>
border-color css
<style>
span { border-color: #C028BB; }
span { border-color: rgb(192,40,187); }
td.TdClassName
{
border-color: #C028BB;
}
.TagClassName
{
border-color: #C028BB;
}
</style>