Shades of Fuchsia #C536BE
Tints of Fuchsia #C536BE
RGB
CMYK
RGB Variations
Color information
#C536BE (or 0xC536BE) is known color: Fuchsia. HEX triplet: C5, 36 and BE. RGB value is (197,54,190). Sum of RGB (Red+Green+Blue) = 197+54+190=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C536BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536BE is #3AC941. Grayscale: #6F6F6F. Windows color (decimal): -3852610 or 12465861. OLE color: 12465861.
HSL color Cylindrical-coordinate representation of color #C536BE: hue angle of 302.94º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C536BE is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 190 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.23 |
| HSL | 302.94º | 0.57% | 0.49% | - |
| HSV(B) | 302.94º | 0.73% | 0.77% | - |
| XYZ | 33.64 | 18.23 | 50.46 | - |
| YUV | 112.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 190 | 0 | 0.73 | 0.04 | 0.23 | 302.94 | 0.57 | 0.49 |
| Hex | C5 | 36 | BE | 0 | 49 | 4 | 17 | 12F | 39 | 31 |
| Octal | 305 | 66 | 276 | 0 | 111 | 4 | 27 | 457 | 71 | 61 |
| Binary | 11000101 | 110110 | 10111110 | 0 | 1001001 | 100 | 10111 | 100101111 | 111001 | 110001 |
Color Harmonies of #C536BE
Complementary color
Monochromatic Colors of #C536BE
Black with #C536BE
Text Example
Text Example
White with #C536BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536BE; }
p { color: rgb(197,54,190); }
H1.HeaderClassName
{
color: #C536BE;
}
.AnyTagClassName
{
color: #C536BE;
}
</style>
background-color css
<style>
a { background-color: #C536BE; }
a { background-color: rgb(197,54,190); }
div.DivClassName
{
background-color: #C536BE;
}
.BgClassName
{
background-color: #C536BE;
}
</style>
border-color css
<style>
span { border-color: #C536BE; }
span { border-color: rgb(197,54,190); }
td.TdClassName
{
border-color: #C536BE;
}
.TagClassName
{
border-color: #C536BE;
}
</style>