Shades of Fuchsia #C536C4
Tints of Fuchsia #C536C4
RGB
CMYK
RGB Variations
Color information
#C536C4 (or 0xC536C4) is known color: Fuchsia. HEX triplet: C5, 36 and C4. RGB value is (197,54,196). Sum of RGB (Red+Green+Blue) = 197+54+196=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C536C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536C4 is #3AC93B. Grayscale: #707070. Windows color (decimal): -3852604 or 12859077. OLE color: 12859077.
HSL color Cylindrical-coordinate representation of color #C536C4: hue angle of 300.42º 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 #C536C4 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 196 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.23 |
| HSL | 300.42º | 0.57% | 0.49% | - |
| HSV(B) | 300.42º | 0.73% | 0.77% | - |
| XYZ | 34.31 | 18.49 | 53.99 | - |
| YUV | 112.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 196 | 0 | 0.73 | 0.01 | 0.23 | 300.42 | 0.57 | 0.49 |
| Hex | C5 | 36 | C4 | 0 | 49 | 1 | 17 | 12C | 39 | 31 |
| Octal | 305 | 66 | 304 | 0 | 111 | 1 | 27 | 454 | 71 | 61 |
| Binary | 11000101 | 110110 | 11000100 | 0 | 1001001 | 1 | 10111 | 100101100 | 111001 | 110001 |
Color Harmonies of #C536C4
Complementary color
Monochromatic Colors of #C536C4
Black with #C536C4
Text Example
Text Example
White with #C536C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536C4; }
p { color: rgb(197,54,196); }
H1.HeaderClassName
{
color: #C536C4;
}
.AnyTagClassName
{
color: #C536C4;
}
</style>
background-color css
<style>
a { background-color: #C536C4; }
a { background-color: rgb(197,54,196); }
div.DivClassName
{
background-color: #C536C4;
}
.BgClassName
{
background-color: #C536C4;
}
</style>
border-color css
<style>
span { border-color: #C536C4; }
span { border-color: rgb(197,54,196); }
td.TdClassName
{
border-color: #C536C4;
}
.TagClassName
{
border-color: #C536C4;
}
</style>