Shades of Fuchsia #C345B7
Tints of Fuchsia #C345B7
RGB
CMYK
RGB Variations
Color information
#C345B7 (or 0xC345B7) is known color: Fuchsia. HEX triplet: C3, 45 and B7. RGB value is (195,69,183). Sum of RGB (Red+Green+Blue) = 195+69+183=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C345B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345B7 is #3CBA48. Grayscale: #777777. Windows color (decimal): -3979849 or 12010947. OLE color: 12010947.
HSL color Cylindrical-coordinate representation of color #C345B7: hue angle of 305.71º 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 #C345B7 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 183 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.24 |
| HSL | 305.71º | 0.51% | 0.52% | - |
| HSV(B) | 305.71º | 0.65% | 0.76% | - |
| XYZ | 33.18 | 19.28 | 46.77 | - |
| YUV | 119.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 183 | 0 | 0.65 | 0.06 | 0.24 | 305.71 | 0.51 | 0.52 |
| Hex | C3 | 45 | B7 | 0 | 41 | 6 | 18 | 132 | 33 | 34 |
| Octal | 303 | 105 | 267 | 0 | 101 | 6 | 30 | 462 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10110111 | 0 | 1000001 | 110 | 11000 | 100110010 | 110011 | 110100 |
Color Harmonies of #C345B7
Complementary color
Monochromatic Colors of #C345B7
Black with #C345B7
Text Example
Text Example
White with #C345B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345B7; }
p { color: rgb(195,69,183); }
H1.HeaderClassName
{
color: #C345B7;
}
.AnyTagClassName
{
color: #C345B7;
}
</style>
background-color css
<style>
a { background-color: #C345B7; }
a { background-color: rgb(195,69,183); }
div.DivClassName
{
background-color: #C345B7;
}
.BgClassName
{
background-color: #C345B7;
}
</style>
border-color css
<style>
span { border-color: #C345B7; }
span { border-color: rgb(195,69,183); }
td.TdClassName
{
border-color: #C345B7;
}
.TagClassName
{
border-color: #C345B7;
}
</style>