Shades of Fuchsia #C05EBB
Tints of Fuchsia #C05EBB
RGB
CMYK
RGB Variations
Color information
#C05EBB (or 0xC05EBB) is known color: Fuchsia. HEX triplet: C0, 5E and BB. RGB value is (192,94,187). Sum of RGB (Red+Green+Blue) = 192+94+187=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EBB is #3FA144. Grayscale: #858585. Windows color (decimal): -4170053 or 12279488. OLE color: 12279488.
HSL color Cylindrical-coordinate representation of color #C05EBB: hue angle of 303.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05EBB is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 187 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.25 |
| HSL | 303.06º | 0.44% | 0.56% | - |
| HSV(B) | 303.06º | 0.51% | 0.75% | - |
| XYZ | 34.71 | 22.8 | 49.59 | - |
| YUV | 133.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 187 | 0 | 0.51 | 0.03 | 0.25 | 303.06 | 0.44 | 0.56 |
| Hex | C0 | 5E | BB | 0 | 33 | 3 | 19 | 12F | 2C | 38 |
| Octal | 300 | 136 | 273 | 0 | 63 | 3 | 31 | 457 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10111011 | 0 | 110011 | 11 | 11001 | 100101111 | 101100 | 111000 |
Color Harmonies of #C05EBB
Complementary color
Monochromatic Colors of #C05EBB
Black with #C05EBB
Text Example
Text Example
White with #C05EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EBB; }
p { color: rgb(192,94,187); }
H1.HeaderClassName
{
color: #C05EBB;
}
.AnyTagClassName
{
color: #C05EBB;
}
</style>
background-color css
<style>
a { background-color: #C05EBB; }
a { background-color: rgb(192,94,187); }
div.DivClassName
{
background-color: #C05EBB;
}
.BgClassName
{
background-color: #C05EBB;
}
</style>
border-color css
<style>
span { border-color: #C05EBB; }
span { border-color: rgb(192,94,187); }
td.TdClassName
{
border-color: #C05EBB;
}
.TagClassName
{
border-color: #C05EBB;
}
</style>