Shades of Fuchsia #C345B9
Tints of Fuchsia #C345B9
RGB
CMYK
RGB Variations
Color information
#C345B9 (or 0xC345B9) is known color: Fuchsia. HEX triplet: C3, 45 and B9. RGB value is (195,69,185). Sum of RGB (Red+Green+Blue) = 195+69+185=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C345B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345B9 is #3CBA46. Grayscale: #777777. Windows color (decimal): -3979847 or 12142019. OLE color: 12142019.
HSL color Cylindrical-coordinate representation of color #C345B9: hue angle of 304.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345B9 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 185 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.24 |
| HSL | 304.76º | 0.51% | 0.52% | - |
| HSV(B) | 304.76º | 0.65% | 0.76% | - |
| XYZ | 33.39 | 19.36 | 47.88 | - |
| YUV | 119.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 185 | 0 | 0.65 | 0.05 | 0.24 | 304.76 | 0.51 | 0.52 |
| Hex | C3 | 45 | B9 | 0 | 41 | 5 | 18 | 131 | 33 | 34 |
| Octal | 303 | 105 | 271 | 0 | 101 | 5 | 30 | 461 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10111001 | 0 | 1000001 | 101 | 11000 | 100110001 | 110011 | 110100 |
Color Harmonies of #C345B9
Complementary color
Monochromatic Colors of #C345B9
Black with #C345B9
Text Example
Text Example
White with #C345B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345B9; }
p { color: rgb(195,69,185); }
H1.HeaderClassName
{
color: #C345B9;
}
.AnyTagClassName
{
color: #C345B9;
}
</style>
background-color css
<style>
a { background-color: #C345B9; }
a { background-color: rgb(195,69,185); }
div.DivClassName
{
background-color: #C345B9;
}
.BgClassName
{
background-color: #C345B9;
}
</style>
border-color css
<style>
span { border-color: #C345B9; }
span { border-color: rgb(195,69,185); }
td.TdClassName
{
border-color: #C345B9;
}
.TagClassName
{
border-color: #C345B9;
}
</style>