Shades of Fuchsia #C346C5
Tints of Fuchsia #C346C5
RGB
CMYK
RGB Variations
Color information
#C346C5 (or 0xC346C5) is known color: Fuchsia. HEX triplet: C3, 46 and C5. RGB value is (195,70,197). Sum of RGB (Red+Green+Blue) = 195+70+197=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #C346C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346C5 is #3CB93A. Grayscale: #797979. Windows color (decimal): -3979579 or 12928707. OLE color: 12928707.
HSL color Cylindrical-coordinate representation of color #C346C5: hue angle of 299.06º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C346C5 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 70 | 197 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.23 |
| HSL | 299.06º | 0.52% | 0.52% | - |
| HSV(B) | 299.06º | 0.64% | 0.77% | - |
| XYZ | 34.77 | 20.01 | 54.85 | - |
| YUV | 121.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 197 | 0.01 | 0.64 | 0 | 0.23 | 299.06 | 0.52 | 0.52 |
| Hex | C3 | 46 | C5 | 1 | 40 | 0 | 17 | 12B | 34 | 34 |
| Octal | 303 | 106 | 305 | 1 | 100 | 0 | 27 | 453 | 64 | 64 |
| Binary | 11000011 | 1000110 | 11000101 | 1 | 1000000 | 0 | 10111 | 100101011 | 110100 | 110100 |
Color Harmonies of #C346C5
Complementary color
Monochromatic Colors of #C346C5
Black with #C346C5
Text Example
Text Example
White with #C346C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346C5; }
p { color: rgb(195,70,197); }
H1.HeaderClassName
{
color: #C346C5;
}
.AnyTagClassName
{
color: #C346C5;
}
</style>
background-color css
<style>
a { background-color: #C346C5; }
a { background-color: rgb(195,70,197); }
div.DivClassName
{
background-color: #C346C5;
}
.BgClassName
{
background-color: #C346C5;
}
</style>
border-color css
<style>
span { border-color: #C346C5; }
span { border-color: rgb(195,70,197); }
td.TdClassName
{
border-color: #C346C5;
}
.TagClassName
{
border-color: #C346C5;
}
</style>