Shades of Fuchsia #C351B2
Tints of Fuchsia #C351B2
RGB
CMYK
RGB Variations
Color information
#C351B2 (or 0xC351B2) is known color: Fuchsia. HEX triplet: C3, 51 and B2. RGB value is (195,81,178). Sum of RGB (Red+Green+Blue) = 195+81+178=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C351B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351B2 is #3CAE4D. Grayscale: #7D7D7D. Windows color (decimal): -3976782 or 11686339. OLE color: 11686339.
HSL color Cylindrical-coordinate representation of color #C351B2: hue angle of 308.95º 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 #C351B2 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 178 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.24 |
| HSL | 308.95º | 0.49% | 0.54% | - |
| HSV(B) | 308.95º | 0.58% | 0.76% | - |
| XYZ | 33.48 | 20.7 | 44.35 | - |
| YUV | 126.14 | 157.27 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 178 | 0 | 0.58 | 0.09 | 0.24 | 308.95 | 0.49 | 0.54 |
| Hex | C3 | 51 | B2 | 0 | 3A | 9 | 18 | 135 | 31 | 36 |
| Octal | 303 | 121 | 262 | 0 | 72 | 11 | 30 | 465 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10110010 | 0 | 111010 | 1001 | 11000 | 100110101 | 110001 | 110110 |
Color Harmonies of #C351B2
Complementary color
Monochromatic Colors of #C351B2
Black with #C351B2
Text Example
Text Example
White with #C351B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351B2; }
p { color: rgb(195,81,178); }
H1.HeaderClassName
{
color: #C351B2;
}
.AnyTagClassName
{
color: #C351B2;
}
</style>
background-color css
<style>
a { background-color: #C351B2; }
a { background-color: rgb(195,81,178); }
div.DivClassName
{
background-color: #C351B2;
}
.BgClassName
{
background-color: #C351B2;
}
</style>
border-color css
<style>
span { border-color: #C351B2; }
span { border-color: rgb(195,81,178); }
td.TdClassName
{
border-color: #C351B2;
}
.TagClassName
{
border-color: #C351B2;
}
</style>