Shades of Fuchsia #C533BC
Tints of Fuchsia #C533BC
RGB
CMYK
RGB Variations
Color information
#C533BC (or 0xC533BC) is known color: Fuchsia. HEX triplet: C5, 33 and BC. RGB value is (197,51,188). Sum of RGB (Red+Green+Blue) = 197+51+188=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C533BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C533BC is #3ACC43. Grayscale: #6D6D6D. Windows color (decimal): -3853380 or 12334021. OLE color: 12334021.
HSL color Cylindrical-coordinate representation of color #C533BC: hue angle of 303.7º 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 #C533BC is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 188 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.23 |
| HSL | 303.7º | 0.59% | 0.49% | - |
| HSV(B) | 303.7º | 0.74% | 0.77% | - |
| XYZ | 33.29 | 17.87 | 49.27 | - |
| YUV | 110.27 | 171.87 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 188 | 0 | 0.74 | 0.05 | 0.23 | 303.7 | 0.59 | 0.49 |
| Hex | C5 | 33 | BC | 0 | 4A | 5 | 17 | 130 | 3B | 31 |
| Octal | 305 | 63 | 274 | 0 | 112 | 5 | 27 | 460 | 73 | 61 |
| Binary | 11000101 | 110011 | 10111100 | 0 | 1001010 | 101 | 10111 | 100110000 | 111011 | 110001 |
Color Harmonies of #C533BC
Complementary color
Monochromatic Colors of #C533BC
Black with #C533BC
Text Example
Text Example
White with #C533BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C533BC; }
p { color: rgb(197,51,188); }
H1.HeaderClassName
{
color: #C533BC;
}
.AnyTagClassName
{
color: #C533BC;
}
</style>
background-color css
<style>
a { background-color: #C533BC; }
a { background-color: rgb(197,51,188); }
div.DivClassName
{
background-color: #C533BC;
}
.BgClassName
{
background-color: #C533BC;
}
</style>
border-color css
<style>
span { border-color: #C533BC; }
span { border-color: rgb(197,51,188); }
td.TdClassName
{
border-color: #C533BC;
}
.TagClassName
{
border-color: #C533BC;
}
</style>