Shades of Fuchsia #C345BD
Tints of Fuchsia #C345BD
RGB
CMYK
RGB Variations
Color information
#C345BD (or 0xC345BD) is known color: Fuchsia. HEX triplet: C3, 45 and BD. RGB value is (195,69,189). Sum of RGB (Red+Green+Blue) = 195+69+189=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C345BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345BD is #3CBA42. Grayscale: #787878. Windows color (decimal): -3979843 or 12404163. OLE color: 12404163.
HSL color Cylindrical-coordinate representation of color #C345BD: hue angle of 302.86º 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 #C345BD is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 189 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.24 |
| HSL | 302.86º | 0.51% | 0.52% | - |
| HSV(B) | 302.86º | 0.65% | 0.76% | - |
| XYZ | 33.82 | 19.53 | 50.13 | - |
| YUV | 120.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 189 | 0 | 0.65 | 0.03 | 0.24 | 302.86 | 0.51 | 0.52 |
| Hex | C3 | 45 | BD | 0 | 41 | 3 | 18 | 12F | 33 | 34 |
| Octal | 303 | 105 | 275 | 0 | 101 | 3 | 30 | 457 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10111101 | 0 | 1000001 | 11 | 11000 | 100101111 | 110011 | 110100 |
Color Harmonies of #C345BD
Complementary color
Monochromatic Colors of #C345BD
Black with #C345BD
Text Example
Text Example
White with #C345BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345BD; }
p { color: rgb(195,69,189); }
H1.HeaderClassName
{
color: #C345BD;
}
.AnyTagClassName
{
color: #C345BD;
}
</style>
background-color css
<style>
a { background-color: #C345BD; }
a { background-color: rgb(195,69,189); }
div.DivClassName
{
background-color: #C345BD;
}
.BgClassName
{
background-color: #C345BD;
}
</style>
border-color css
<style>
span { border-color: #C345BD; }
span { border-color: rgb(195,69,189); }
td.TdClassName
{
border-color: #C345BD;
}
.TagClassName
{
border-color: #C345BD;
}
</style>