Shades of Fuchsia #C351BE
Tints of Fuchsia #C351BE
RGB
CMYK
RGB Variations
Color information
#C351BE (or 0xC351BE) is known color: Fuchsia. HEX triplet: C3, 51 and BE. RGB value is (195,81,190). Sum of RGB (Red+Green+Blue) = 195+81+190=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C351BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351BE is #3CAE41. Grayscale: #7F7F7F. Windows color (decimal): -3976770 or 12472771. OLE color: 12472771.
HSL color Cylindrical-coordinate representation of color #C351BE: hue angle of 302.63º 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 #C351BE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 190 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.24 |
| HSL | 302.63º | 0.49% | 0.54% | - |
| HSV(B) | 302.63º | 0.58% | 0.76% | - |
| XYZ | 34.74 | 21.2 | 50.98 | - |
| YUV | 127.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 190 | 0 | 0.58 | 0.03 | 0.24 | 302.63 | 0.49 | 0.54 |
| Hex | C3 | 51 | BE | 0 | 3A | 3 | 18 | 12F | 31 | 36 |
| Octal | 303 | 121 | 276 | 0 | 72 | 3 | 30 | 457 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10111110 | 0 | 111010 | 11 | 11000 | 100101111 | 110001 | 110110 |
Color Harmonies of #C351BE
Complementary color
Monochromatic Colors of #C351BE
Black with #C351BE
Text Example
Text Example
White with #C351BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351BE; }
p { color: rgb(195,81,190); }
H1.HeaderClassName
{
color: #C351BE;
}
.AnyTagClassName
{
color: #C351BE;
}
</style>
background-color css
<style>
a { background-color: #C351BE; }
a { background-color: rgb(195,81,190); }
div.DivClassName
{
background-color: #C351BE;
}
.BgClassName
{
background-color: #C351BE;
}
</style>
border-color css
<style>
span { border-color: #C351BE; }
span { border-color: rgb(195,81,190); }
td.TdClassName
{
border-color: #C351BE;
}
.TagClassName
{
border-color: #C351BE;
}
</style>