Shades of Fuchsia #C533B5
Tints of Fuchsia #C533B5
RGB
CMYK
RGB Variations
Color information
#C533B5 (or 0xC533B5) is known color: Fuchsia. HEX triplet: C5, 33 and B5. RGB value is (197,51,181). Sum of RGB (Red+Green+Blue) = 197+51+181=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C533B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533B5 is #3ACC4A. Grayscale: #6D6D6D. Windows color (decimal): -3853387 or 11875269. OLE color: 11875269.
HSL color Cylindrical-coordinate representation of color #C533B5: hue angle of 306.58º 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 #C533B5 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 181 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.23 |
| HSL | 306.58º | 0.59% | 0.49% | - |
| HSV(B) | 306.58º | 0.74% | 0.77% | - |
| XYZ | 32.55 | 17.57 | 45.39 | - |
| YUV | 109.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 181 | 0 | 0.74 | 0.08 | 0.23 | 306.58 | 0.59 | 0.49 |
| Hex | C5 | 33 | B5 | 0 | 4A | 8 | 17 | 133 | 3B | 31 |
| Octal | 305 | 63 | 265 | 0 | 112 | 10 | 27 | 463 | 73 | 61 |
| Binary | 11000101 | 110011 | 10110101 | 0 | 1001010 | 1000 | 10111 | 100110011 | 111011 | 110001 |
Color Harmonies of #C533B5
Complementary color
Monochromatic Colors of #C533B5
Black with #C533B5
Text Example
Text Example
White with #C533B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533B5; }
p { color: rgb(197,51,181); }
H1.HeaderClassName
{
color: #C533B5;
}
.AnyTagClassName
{
color: #C533B5;
}
</style>
background-color css
<style>
a { background-color: #C533B5; }
a { background-color: rgb(197,51,181); }
div.DivClassName
{
background-color: #C533B5;
}
.BgClassName
{
background-color: #C533B5;
}
</style>
border-color css
<style>
span { border-color: #C533B5; }
span { border-color: rgb(197,51,181); }
td.TdClassName
{
border-color: #C533B5;
}
.TagClassName
{
border-color: #C533B5;
}
</style>