Shades of Fuchsia #C028B9
Tints of Fuchsia #C028B9
RGB
CMYK
RGB Variations
Color information
#C028B9 (or 0xC028B9) is known color: Fuchsia. HEX triplet: C0, 28 and B9. RGB value is (192,40,185). Sum of RGB (Red+Green+Blue) = 192+40+185=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C028B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C028B9 is #3FD746. Grayscale: #656565. Windows color (decimal): -4183879 or 12134592. OLE color: 12134592.
HSL color Cylindrical-coordinate representation of color #C028B9: hue angle of 302.76º 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 #C028B9 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 185 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.25 |
| HSL | 302.76º | 0.66% | 0.45% | - |
| HSV(B) | 302.76º | 0.79% | 0.75% | - |
| XYZ | 31.25 | 16.23 | 47.38 | - |
| YUV | 101.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 185 | 0 | 0.79 | 0.04 | 0.25 | 302.76 | 0.66 | 0.45 |
| Hex | C0 | 28 | B9 | 0 | 4F | 4 | 19 | 12F | 42 | 2D |
| Octal | 300 | 50 | 271 | 0 | 117 | 4 | 31 | 457 | 102 | 55 |
| Binary | 11000000 | 101000 | 10111001 | 0 | 1001111 | 100 | 11001 | 100101111 | 1000010 | 101101 |
Color Harmonies of #C028B9
Complementary color
Monochromatic Colors of #C028B9
Black with #C028B9
Text Example
Text Example
White with #C028B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C028B9; }
p { color: rgb(192,40,185); }
H1.HeaderClassName
{
color: #C028B9;
}
.AnyTagClassName
{
color: #C028B9;
}
</style>
background-color css
<style>
a { background-color: #C028B9; }
a { background-color: rgb(192,40,185); }
div.DivClassName
{
background-color: #C028B9;
}
.BgClassName
{
background-color: #C028B9;
}
</style>
border-color css
<style>
span { border-color: #C028B9; }
span { border-color: rgb(192,40,185); }
td.TdClassName
{
border-color: #C028B9;
}
.TagClassName
{
border-color: #C028B9;
}
</style>