Shades of Fuchsia #C339AB
Tints of Fuchsia #C339AB
RGB
CMYK
RGB Variations
Color information
#C339AB (or 0xC339AB) is known color: Fuchsia. HEX triplet: C3, 39 and AB. RGB value is (195,57,171). Sum of RGB (Red+Green+Blue) = 195+57+171=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C339AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C339AB is #3CC654. Grayscale: #6E6E6E. Windows color (decimal): -3982933 or 11221443. OLE color: 11221443.
HSL color Cylindrical-coordinate representation of color #C339AB: hue angle of 310.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C339AB is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 171 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.24 |
| HSL | 310.43º | 0.55% | 0.49% | - |
| HSV(B) | 310.43º | 0.71% | 0.76% | - |
| XYZ | 31.32 | 17.47 | 40.25 | - |
| YUV | 111.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 171 | 0 | 0.71 | 0.12 | 0.24 | 310.43 | 0.55 | 0.49 |
| Hex | C3 | 39 | AB | 0 | 47 | C | 18 | 136 | 37 | 31 |
| Octal | 303 | 71 | 253 | 0 | 107 | 14 | 30 | 466 | 67 | 61 |
| Binary | 11000011 | 111001 | 10101011 | 0 | 1000111 | 1100 | 11000 | 100110110 | 110111 | 110001 |
Color Harmonies of #C339AB
Complementary color
Monochromatic Colors of #C339AB
Black with #C339AB
Text Example
Text Example
White with #C339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C339AB; }
p { color: rgb(195,57,171); }
H1.HeaderClassName
{
color: #C339AB;
}
.AnyTagClassName
{
color: #C339AB;
}
</style>
background-color css
<style>
a { background-color: #C339AB; }
a { background-color: rgb(195,57,171); }
div.DivClassName
{
background-color: #C339AB;
}
.BgClassName
{
background-color: #C339AB;
}
</style>
border-color css
<style>
span { border-color: #C339AB; }
span { border-color: rgb(195,57,171); }
td.TdClassName
{
border-color: #C339AB;
}
.TagClassName
{
border-color: #C339AB;
}
</style>