Shades of Fuchsia #C351BB
Tints of Fuchsia #C351BB
RGB
CMYK
RGB Variations
Color information
#C351BB (or 0xC351BB) is known color: Fuchsia. HEX triplet: C3, 51 and BB. RGB value is (195,81,187). Sum of RGB (Red+Green+Blue) = 195+81+187=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 81 (32.03% from 255 or 17.49% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 195 - color contains mainly: red. Hex color #C351BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351BB is #3CAE44. Grayscale: #7E7E7E. Windows color (decimal): -3976773 or 12276163. OLE color: 12276163.
HSL color Cylindrical-coordinate representation of color #C351BB: hue angle of 304.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C351BB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 187 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.24 |
| HSL | 304.21º | 0.49% | 0.54% | - |
| HSV(B) | 304.21º | 0.58% | 0.76% | - |
| XYZ | 34.42 | 21.07 | 49.27 | - |
| YUV | 127.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 187 | 0 | 0.58 | 0.04 | 0.24 | 304.21 | 0.49 | 0.54 |
| Hex | C3 | 51 | BB | 0 | 3A | 4 | 18 | 130 | 31 | 36 |
| Octal | 303 | 121 | 273 | 0 | 72 | 4 | 30 | 460 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10111011 | 0 | 111010 | 100 | 11000 | 100110000 | 110001 | 110110 |
Color Harmonies of #C351BB
Complementary color
Monochromatic Colors of #C351BB
Black with #C351BB
Text Example
Text Example
White with #C351BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351BB; }
p { color: rgb(195,81,187); }
H1.HeaderClassName
{
color: #C351BB;
}
.AnyTagClassName
{
color: #C351BB;
}
</style>
background-color css
<style>
a { background-color: #C351BB; }
a { background-color: rgb(195,81,187); }
div.DivClassName
{
background-color: #C351BB;
}
.BgClassName
{
background-color: #C351BB;
}
</style>
border-color css
<style>
span { border-color: #C351BB; }
span { border-color: rgb(195,81,187); }
td.TdClassName
{
border-color: #C351BB;
}
.TagClassName
{
border-color: #C351BB;
}
</style>