Shades of Fuchsia #C351C1
Tints of Fuchsia #C351C1
RGB
CMYK
RGB Variations
Color information
#C351C1 (or 0xC351C1) is known color: Fuchsia. HEX triplet: C3, 51 and C1. RGB value is (195,81,193). Sum of RGB (Red+Green+Blue) = 195+81+193=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C351C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351C1 is #3CAE3E. Grayscale: #7F7F7F. Windows color (decimal): -3976767 or 12669379. OLE color: 12669379.
HSL color Cylindrical-coordinate representation of color #C351C1: hue angle of 301.05º 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 #C351C1 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 193 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.24 |
| HSL | 301.05º | 0.49% | 0.54% | - |
| HSV(B) | 301.05º | 0.58% | 0.76% | - |
| XYZ | 35.07 | 21.34 | 52.72 | - |
| YUV | 127.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 193 | 0 | 0.58 | 0.01 | 0.24 | 301.05 | 0.49 | 0.54 |
| Hex | C3 | 51 | C1 | 0 | 3A | 1 | 18 | 12D | 31 | 36 |
| Octal | 303 | 121 | 301 | 0 | 72 | 1 | 30 | 455 | 61 | 66 |
| Binary | 11000011 | 1010001 | 11000001 | 0 | 111010 | 1 | 11000 | 100101101 | 110001 | 110110 |
Color Harmonies of #C351C1
Complementary color
Monochromatic Colors of #C351C1
Black with #C351C1
Text Example
Text Example
White with #C351C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351C1; }
p { color: rgb(195,81,193); }
H1.HeaderClassName
{
color: #C351C1;
}
.AnyTagClassName
{
color: #C351C1;
}
</style>
background-color css
<style>
a { background-color: #C351C1; }
a { background-color: rgb(195,81,193); }
div.DivClassName
{
background-color: #C351C1;
}
.BgClassName
{
background-color: #C351C1;
}
</style>
border-color css
<style>
span { border-color: #C351C1; }
span { border-color: rgb(195,81,193); }
td.TdClassName
{
border-color: #C351C1;
}
.TagClassName
{
border-color: #C351C1;
}
</style>