Shades of Fuchsia #C345AB
Tints of Fuchsia #C345AB
RGB
CMYK
RGB Variations
Color information
#C345AB (or 0xC345AB) is known color: Fuchsia. HEX triplet: C3, 45 and AB. RGB value is (195,69,171). Sum of RGB (Red+Green+Blue) = 195+69+171=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C345AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345AB is #3CBA54. Grayscale: #767676. Windows color (decimal): -3979861 or 11224515. OLE color: 11224515.
HSL color Cylindrical-coordinate representation of color #C345AB: hue angle of 311.43º 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 #C345AB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 171 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.24 |
| HSL | 311.43º | 0.51% | 0.52% | - |
| HSV(B) | 311.43º | 0.65% | 0.76% | - |
| XYZ | 31.98 | 18.8 | 40.47 | - |
| YUV | 118.3 | 157.74 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 171 | 0 | 0.65 | 0.12 | 0.24 | 311.43 | 0.51 | 0.52 |
| Hex | C3 | 45 | AB | 0 | 41 | C | 18 | 137 | 33 | 34 |
| Octal | 303 | 105 | 253 | 0 | 101 | 14 | 30 | 467 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10101011 | 0 | 1000001 | 1100 | 11000 | 100110111 | 110011 | 110100 |
Color Harmonies of #C345AB
Complementary color
Monochromatic Colors of #C345AB
Black with #C345AB
Text Example
Text Example
White with #C345AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345AB; }
p { color: rgb(195,69,171); }
H1.HeaderClassName
{
color: #C345AB;
}
.AnyTagClassName
{
color: #C345AB;
}
</style>
background-color css
<style>
a { background-color: #C345AB; }
a { background-color: rgb(195,69,171); }
div.DivClassName
{
background-color: #C345AB;
}
.BgClassName
{
background-color: #C345AB;
}
</style>
border-color css
<style>
span { border-color: #C345AB; }
span { border-color: rgb(195,69,171); }
td.TdClassName
{
border-color: #C345AB;
}
.TagClassName
{
border-color: #C345AB;
}
</style>