Shades of Fuchsia #C340AB
Tints of Fuchsia #C340AB
RGB
CMYK
RGB Variations
Color information
#C340AB (or 0xC340AB) is known color: Fuchsia. HEX triplet: C3, 40 and AB. RGB value is (195,64,171). Sum of RGB (Red+Green+Blue) = 195+64+171=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C340AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C340AB is #3CBF54. Grayscale: #737373. Windows color (decimal): -3981141 or 11223235. OLE color: 11223235.
HSL color Cylindrical-coordinate representation of color #C340AB: hue angle of 310.99º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C340AB is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 171 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.24 |
| HSL | 310.99º | 0.52% | 0.51% | - |
| HSV(B) | 310.99º | 0.67% | 0.76% | - |
| XYZ | 31.69 | 18.21 | 40.37 | - |
| YUV | 115.37 | 159.4 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 171 | 0 | 0.67 | 0.12 | 0.24 | 310.99 | 0.52 | 0.51 |
| Hex | C3 | 40 | AB | 0 | 43 | C | 18 | 137 | 34 | 33 |
| Octal | 303 | 100 | 253 | 0 | 103 | 14 | 30 | 467 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10101011 | 0 | 1000011 | 1100 | 11000 | 100110111 | 110100 | 110011 |
Color Harmonies of #C340AB
Complementary color
Monochromatic Colors of #C340AB
Black with #C340AB
Text Example
Text Example
White with #C340AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C340AB; }
p { color: rgb(195,64,171); }
H1.HeaderClassName
{
color: #C340AB;
}
.AnyTagClassName
{
color: #C340AB;
}
</style>
background-color css
<style>
a { background-color: #C340AB; }
a { background-color: rgb(195,64,171); }
div.DivClassName
{
background-color: #C340AB;
}
.BgClassName
{
background-color: #C340AB;
}
</style>
border-color css
<style>
span { border-color: #C340AB; }
span { border-color: rgb(195,64,171); }
td.TdClassName
{
border-color: #C340AB;
}
.TagClassName
{
border-color: #C340AB;
}
</style>