Shades of Fuchsia #C346B7
Tints of Fuchsia #C346B7
RGB
CMYK
RGB Variations
Color information
#C346B7 (or 0xC346B7) is known color: Fuchsia. HEX triplet: C3, 46 and B7. RGB value is (195,70,183). Sum of RGB (Red+Green+Blue) = 195+70+183=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 183 (71.88% from 255 or 40.85% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C346B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346B7 is #3CB948. Grayscale: #777777. Windows color (decimal): -3979593 or 12011203. OLE color: 12011203.
HSL color Cylindrical-coordinate representation of color #C346B7: hue angle of 305.76º 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 #C346B7 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 183 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.24 |
| HSL | 305.76º | 0.51% | 0.52% | - |
| HSV(B) | 305.76º | 0.64% | 0.76% | - |
| XYZ | 33.24 | 19.4 | 46.79 | - |
| YUV | 120.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 183 | 0 | 0.64 | 0.06 | 0.24 | 305.76 | 0.51 | 0.52 |
| Hex | C3 | 46 | B7 | 0 | 40 | 6 | 18 | 132 | 33 | 34 |
| Octal | 303 | 106 | 267 | 0 | 100 | 6 | 30 | 462 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10110111 | 0 | 1000000 | 110 | 11000 | 100110010 | 110011 | 110100 |
Color Harmonies of #C346B7
Complementary color
Monochromatic Colors of #C346B7
Black with #C346B7
Text Example
Text Example
White with #C346B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346B7; }
p { color: rgb(195,70,183); }
H1.HeaderClassName
{
color: #C346B7;
}
.AnyTagClassName
{
color: #C346B7;
}
</style>
background-color css
<style>
a { background-color: #C346B7; }
a { background-color: rgb(195,70,183); }
div.DivClassName
{
background-color: #C346B7;
}
.BgClassName
{
background-color: #C346B7;
}
</style>
border-color css
<style>
span { border-color: #C346B7; }
span { border-color: rgb(195,70,183); }
td.TdClassName
{
border-color: #C346B7;
}
.TagClassName
{
border-color: #C346B7;
}
</style>