Shades of Fuchsia #C346C9
Tints of Fuchsia #C346C9
RGB
CMYK
RGB Variations
Color information
#C346C9 (or 0xC346C9) is known color: Fuchsia. HEX triplet: C3, 46 and C9. RGB value is (195,70,201). Sum of RGB (Red+Green+Blue) = 195+70+201=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #C346C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346C9 is #3CB936. Grayscale: #797979. Windows color (decimal): -3979575 or 13190851. OLE color: 13190851.
HSL color Cylindrical-coordinate representation of color #C346C9: hue angle of 297.25º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C346C9 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 70 | 201 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.21 |
| HSL | 297.25º | 0.55% | 0.53% | - |
| HSV(B) | 297.25º | 0.65% | 0.79% | - |
| XYZ | 35.24 | 20.2 | 57.3 | - |
| YUV | 122.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 201 | 0.03 | 0.65 | 0 | 0.21 | 297.25 | 0.55 | 0.53 |
| Hex | C3 | 46 | C9 | 3 | 41 | 0 | 15 | 129 | 37 | 35 |
| Octal | 303 | 106 | 311 | 3 | 101 | 0 | 25 | 451 | 67 | 65 |
| Binary | 11000011 | 1000110 | 11001001 | 11 | 1000001 | 0 | 10101 | 100101001 | 110111 | 110101 |
Color Harmonies of #C346C9
Complementary color
Monochromatic Colors of #C346C9
Black with #C346C9
Text Example
Text Example
White with #C346C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346C9; }
p { color: rgb(195,70,201); }
H1.HeaderClassName
{
color: #C346C9;
}
.AnyTagClassName
{
color: #C346C9;
}
</style>
background-color css
<style>
a { background-color: #C346C9; }
a { background-color: rgb(195,70,201); }
div.DivClassName
{
background-color: #C346C9;
}
.BgClassName
{
background-color: #C346C9;
}
</style>
border-color css
<style>
span { border-color: #C346C9; }
span { border-color: rgb(195,70,201); }
td.TdClassName
{
border-color: #C346C9;
}
.TagClassName
{
border-color: #C346C9;
}
</style>