Shades of Fuchsia #C255B6
Tints of Fuchsia #C255B6
RGB
CMYK
RGB Variations
Color information
#C255B6 (or 0xC255B6) is known color: Fuchsia. HEX triplet: C2, 55 and B6. RGB value is (194,85,182). Sum of RGB (Red+Green+Blue) = 194+85+182=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255B6 is #3DAA49. Grayscale: #808080. Windows color (decimal): -4041290 or 11949506. OLE color: 11949506.
HSL color Cylindrical-coordinate representation of color #C255B6: hue angle of 306.61º 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 #C255B6 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 182 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.24 |
| HSL | 306.61º | 0.47% | 0.55% | - |
| HSV(B) | 306.61º | 0.56% | 0.76% | - |
| XYZ | 33.94 | 21.34 | 46.59 | - |
| YUV | 128.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 182 | 0 | 0.56 | 0.06 | 0.24 | 306.61 | 0.47 | 0.55 |
| Hex | C2 | 55 | B6 | 0 | 38 | 6 | 18 | 133 | 2F | 37 |
| Octal | 302 | 125 | 266 | 0 | 70 | 6 | 30 | 463 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10110110 | 0 | 111000 | 110 | 11000 | 100110011 | 101111 | 110111 |
Color Harmonies of #C255B6
Complementary color
Monochromatic Colors of #C255B6
Black with #C255B6
Text Example
Text Example
White with #C255B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255B6; }
p { color: rgb(194,85,182); }
H1.HeaderClassName
{
color: #C255B6;
}
.AnyTagClassName
{
color: #C255B6;
}
</style>
background-color css
<style>
a { background-color: #C255B6; }
a { background-color: rgb(194,85,182); }
div.DivClassName
{
background-color: #C255B6;
}
.BgClassName
{
background-color: #C255B6;
}
</style>
border-color css
<style>
span { border-color: #C255B6; }
span { border-color: rgb(194,85,182); }
td.TdClassName
{
border-color: #C255B6;
}
.TagClassName
{
border-color: #C255B6;
}
</style>