Shades of Fuchsia #C055BD
Tints of Fuchsia #C055BD
RGB
CMYK
RGB Variations
Color information
#C055BD (or 0xC055BD) is known color: Fuchsia. HEX triplet: C0, 55 and BD. RGB value is (192,85,189). Sum of RGB (Red+Green+Blue) = 192+85+189=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C055BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055BD is #3FAA42. Grayscale: #808080. Windows color (decimal): -4172355 or 12408256. OLE color: 12408256.
HSL color Cylindrical-coordinate representation of color #C055BD: hue angle of 301.68º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055BD is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 189 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.25 |
| HSL | 301.68º | 0.46% | 0.54% | - |
| HSV(B) | 301.68º | 0.56% | 0.75% | - |
| XYZ | 34.17 | 21.38 | 50.47 | - |
| YUV | 128.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 189 | 0 | 0.56 | 0.02 | 0.25 | 301.68 | 0.46 | 0.54 |
| Hex | C0 | 55 | BD | 0 | 38 | 2 | 19 | 12E | 2E | 36 |
| Octal | 300 | 125 | 275 | 0 | 70 | 2 | 31 | 456 | 56 | 66 |
| Binary | 11000000 | 1010101 | 10111101 | 0 | 111000 | 10 | 11001 | 100101110 | 101110 | 110110 |
Color Harmonies of #C055BD
Complementary color
Monochromatic Colors of #C055BD
Black with #C055BD
Text Example
Text Example
White with #C055BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C055BD; }
p { color: rgb(192,85,189); }
H1.HeaderClassName
{
color: #C055BD;
}
.AnyTagClassName
{
color: #C055BD;
}
</style>
background-color css
<style>
a { background-color: #C055BD; }
a { background-color: rgb(192,85,189); }
div.DivClassName
{
background-color: #C055BD;
}
.BgClassName
{
background-color: #C055BD;
}
</style>
border-color css
<style>
span { border-color: #C055BD; }
span { border-color: rgb(192,85,189); }
td.TdClassName
{
border-color: #C055BD;
}
.TagClassName
{
border-color: #C055BD;
}
</style>