Shades of Fuchsia #C255BF
Tints of Fuchsia #C255BF
RGB
CMYK
RGB Variations
Color information
#C255BF (or 0xC255BF) is known color: Fuchsia. HEX triplet: C2, 55 and BF. RGB value is (194,85,191). Sum of RGB (Red+Green+Blue) = 194+85+191=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C255BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255BF is #3DAA40. Grayscale: #818181. Windows color (decimal): -4041281 or 12539330. OLE color: 12539330.
HSL color Cylindrical-coordinate representation of color #C255BF: hue angle of 301.65º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255BF is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 191 | - |
| CMYK | 0 | 0.56 | 0.02 | 0.24 |
| HSL | 301.65º | 0.47% | 0.55% | - |
| HSV(B) | 301.65º | 0.56% | 0.76% | - |
| XYZ | 34.9 | 21.73 | 51.64 | - |
| YUV | 129.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 191 | 0 | 0.56 | 0.02 | 0.24 | 301.65 | 0.47 | 0.55 |
| Hex | C2 | 55 | BF | 0 | 38 | 2 | 18 | 12E | 2F | 37 |
| Octal | 302 | 125 | 277 | 0 | 70 | 2 | 30 | 456 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10111111 | 0 | 111000 | 10 | 11000 | 100101110 | 101111 | 110111 |
Color Harmonies of #C255BF
Complementary color
Monochromatic Colors of #C255BF
Black with #C255BF
Text Example
Text Example
White with #C255BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255BF; }
p { color: rgb(194,85,191); }
H1.HeaderClassName
{
color: #C255BF;
}
.AnyTagClassName
{
color: #C255BF;
}
</style>
background-color css
<style>
a { background-color: #C255BF; }
a { background-color: rgb(194,85,191); }
div.DivClassName
{
background-color: #C255BF;
}
.BgClassName
{
background-color: #C255BF;
}
</style>
border-color css
<style>
span { border-color: #C255BF; }
span { border-color: rgb(194,85,191); }
td.TdClassName
{
border-color: #C255BF;
}
.TagClassName
{
border-color: #C255BF;
}
</style>