Shades of Fuchsia #C533AB
Tints of Fuchsia #C533AB
RGB
CMYK
RGB Variations
Color information
#C533AB (or 0xC533AB) is known color: Fuchsia. HEX triplet: C5, 33 and AB. RGB value is (197,51,171). Sum of RGB (Red+Green+Blue) = 197+51+171=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C533AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C533AB is #3ACC54. Grayscale: #6C6C6C. Windows color (decimal): -3853397 or 11219909. OLE color: 11219909.
HSL color Cylindrical-coordinate representation of color #C533AB: hue angle of 310.68º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C533AB is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 171 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.23 |
| HSL | 310.68º | 0.59% | 0.49% | - |
| HSV(B) | 310.68º | 0.74% | 0.77% | - |
| XYZ | 31.56 | 17.18 | 40.18 | - |
| YUV | 108.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 171 | 0 | 0.74 | 0.13 | 0.23 | 310.68 | 0.59 | 0.49 |
| Hex | C5 | 33 | AB | 0 | 4A | D | 17 | 137 | 3B | 31 |
| Octal | 305 | 63 | 253 | 0 | 112 | 15 | 27 | 467 | 73 | 61 |
| Binary | 11000101 | 110011 | 10101011 | 0 | 1001010 | 1101 | 10111 | 100110111 | 111011 | 110001 |
Color Harmonies of #C533AB
Complementary color
Monochromatic Colors of #C533AB
Black with #C533AB
Text Example
Text Example
White with #C533AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533AB; }
p { color: rgb(197,51,171); }
H1.HeaderClassName
{
color: #C533AB;
}
.AnyTagClassName
{
color: #C533AB;
}
</style>
background-color css
<style>
a { background-color: #C533AB; }
a { background-color: rgb(197,51,171); }
div.DivClassName
{
background-color: #C533AB;
}
.BgClassName
{
background-color: #C533AB;
}
</style>
border-color css
<style>
span { border-color: #C533AB; }
span { border-color: rgb(197,51,171); }
td.TdClassName
{
border-color: #C533AB;
}
.TagClassName
{
border-color: #C533AB;
}
</style>