Shades of Fuchsia #C346BE
Tints of Fuchsia #C346BE
RGB
CMYK
RGB Variations
Color information
#C346BE (or 0xC346BE) is known color: Fuchsia. HEX triplet: C3, 46 and BE. RGB value is (195,70,190). Sum of RGB (Red+Green+Blue) = 195+70+190=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BE is #3CB941. Grayscale: #787878. Windows color (decimal): -3979586 or 12469955. OLE color: 12469955.
HSL color Cylindrical-coordinate representation of color #C346BE: hue angle of 302.4º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C346BE is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 190 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.24 |
| HSL | 302.4º | 0.51% | 0.52% | - |
| HSV(B) | 302.4º | 0.64% | 0.76% | - |
| XYZ | 33.99 | 19.7 | 50.73 | - |
| YUV | 121.06 | 166.91 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 190 | 0 | 0.64 | 0.03 | 0.24 | 302.4 | 0.51 | 0.52 |
| Hex | C3 | 46 | BE | 0 | 40 | 3 | 18 | 12E | 33 | 34 |
| Octal | 303 | 106 | 276 | 0 | 100 | 3 | 30 | 456 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10111110 | 0 | 1000000 | 11 | 11000 | 100101110 | 110011 | 110100 |
Color Harmonies of #C346BE
Complementary color
Monochromatic Colors of #C346BE
Black with #C346BE
Text Example
Text Example
White with #C346BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346BE; }
p { color: rgb(195,70,190); }
H1.HeaderClassName
{
color: #C346BE;
}
.AnyTagClassName
{
color: #C346BE;
}
</style>
background-color css
<style>
a { background-color: #C346BE; }
a { background-color: rgb(195,70,190); }
div.DivClassName
{
background-color: #C346BE;
}
.BgClassName
{
background-color: #C346BE;
}
</style>
border-color css
<style>
span { border-color: #C346BE; }
span { border-color: rgb(195,70,190); }
td.TdClassName
{
border-color: #C346BE;
}
.TagClassName
{
border-color: #C346BE;
}
</style>