Shades of Fuchsia #C351B3
Tints of Fuchsia #C351B3
RGB
CMYK
RGB Variations
Color information
#C351B3 (or 0xC351B3) is known color: Fuchsia. HEX triplet: C3, 51 and B3. RGB value is (195,81,179). Sum of RGB (Red+Green+Blue) = 195+81+179=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C351B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351B3 is #3CAE4C. Grayscale: #7D7D7D. Windows color (decimal): -3976781 or 11751875. OLE color: 11751875.
HSL color Cylindrical-coordinate representation of color #C351B3: hue angle of 308.42º 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 #C351B3 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 179 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.24 |
| HSL | 308.42º | 0.49% | 0.54% | - |
| HSV(B) | 308.42º | 0.58% | 0.76% | - |
| XYZ | 33.58 | 20.74 | 44.88 | - |
| YUV | 126.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 179 | 0 | 0.58 | 0.08 | 0.24 | 308.42 | 0.49 | 0.54 |
| Hex | C3 | 51 | B3 | 0 | 3A | 8 | 18 | 134 | 31 | 36 |
| Octal | 303 | 121 | 263 | 0 | 72 | 10 | 30 | 464 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10110011 | 0 | 111010 | 1000 | 11000 | 100110100 | 110001 | 110110 |
Color Harmonies of #C351B3
Complementary color
Monochromatic Colors of #C351B3
Black with #C351B3
Text Example
Text Example
White with #C351B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351B3; }
p { color: rgb(195,81,179); }
H1.HeaderClassName
{
color: #C351B3;
}
.AnyTagClassName
{
color: #C351B3;
}
</style>
background-color css
<style>
a { background-color: #C351B3; }
a { background-color: rgb(195,81,179); }
div.DivClassName
{
background-color: #C351B3;
}
.BgClassName
{
background-color: #C351B3;
}
</style>
border-color css
<style>
span { border-color: #C351B3; }
span { border-color: rgb(195,81,179); }
td.TdClassName
{
border-color: #C351B3;
}
.TagClassName
{
border-color: #C351B3;
}
</style>