Shades of Fuchsia #C533B6
Tints of Fuchsia #C533B6
RGB
CMYK
RGB Variations
Color information
#C533B6 (or 0xC533B6) is known color: Fuchsia. HEX triplet: C5, 33 and B6. RGB value is (197,51,182). Sum of RGB (Red+Green+Blue) = 197+51+182=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C533B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533B6 is #3ACC49. Grayscale: #6D6D6D. Windows color (decimal): -3853386 or 11940805. OLE color: 11940805.
HSL color Cylindrical-coordinate representation of color #C533B6: hue angle of 306.16º 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 #C533B6 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 182 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.23 |
| HSL | 306.16º | 0.59% | 0.49% | - |
| HSV(B) | 306.16º | 0.74% | 0.77% | - |
| XYZ | 32.65 | 17.62 | 45.94 | - |
| YUV | 109.59 | 168.87 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 182 | 0 | 0.74 | 0.08 | 0.23 | 306.16 | 0.59 | 0.49 |
| Hex | C5 | 33 | B6 | 0 | 4A | 8 | 17 | 132 | 3B | 31 |
| Octal | 305 | 63 | 266 | 0 | 112 | 10 | 27 | 462 | 73 | 61 |
| Binary | 11000101 | 110011 | 10110110 | 0 | 1001010 | 1000 | 10111 | 100110010 | 111011 | 110001 |
Color Harmonies of #C533B6
Complementary color
Monochromatic Colors of #C533B6
Black with #C533B6
Text Example
Text Example
White with #C533B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533B6; }
p { color: rgb(197,51,182); }
H1.HeaderClassName
{
color: #C533B6;
}
.AnyTagClassName
{
color: #C533B6;
}
</style>
background-color css
<style>
a { background-color: #C533B6; }
a { background-color: rgb(197,51,182); }
div.DivClassName
{
background-color: #C533B6;
}
.BgClassName
{
background-color: #C533B6;
}
</style>
border-color css
<style>
span { border-color: #C533B6; }
span { border-color: rgb(197,51,182); }
td.TdClassName
{
border-color: #C533B6;
}
.TagClassName
{
border-color: #C533B6;
}
</style>