Shades of Fuchsia #C536D0
Tints of Fuchsia #C536D0
RGB
CMYK
RGB Variations
Color information
#C536D0 (or 0xC536D0) is known color: Fuchsia. HEX triplet: C5, 36 and D0. RGB value is (197,54,208). Sum of RGB (Red+Green+Blue) = 197+54+208=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #C536D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C536D0 is #3AC92F. Grayscale: #717171. Windows color (decimal): -3852592 or 13645509. OLE color: 13645509.
HSL color Cylindrical-coordinate representation of color #C536D0: hue angle of 295.71º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C536D0 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 54 | 208 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.18 |
| HSL | 295.71º | 0.62% | 0.51% | - |
| HSV(B) | 295.71º | 0.74% | 0.82% | - |
| XYZ | 35.73 | 19.06 | 61.47 | - |
| YUV | 114.31 | 180.88 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 208 | 0.05 | 0.74 | 0 | 0.18 | 295.71 | 0.62 | 0.51 |
| Hex | C5 | 36 | D0 | 5 | 4A | 0 | 12 | 128 | 3E | 33 |
| Octal | 305 | 66 | 320 | 5 | 112 | 0 | 22 | 450 | 76 | 63 |
| Binary | 11000101 | 110110 | 11010000 | 101 | 1001010 | 0 | 10010 | 100101000 | 111110 | 110011 |
Color Harmonies of #C536D0
Complementary color
Monochromatic Colors of #C536D0
Black with #C536D0
Text Example
Text Example
White with #C536D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C536D0; }
p { color: rgb(197,54,208); }
H1.HeaderClassName
{
color: #C536D0;
}
.AnyTagClassName
{
color: #C536D0;
}
</style>
background-color css
<style>
a { background-color: #C536D0; }
a { background-color: rgb(197,54,208); }
div.DivClassName
{
background-color: #C536D0;
}
.BgClassName
{
background-color: #C536D0;
}
</style>
border-color css
<style>
span { border-color: #C536D0; }
span { border-color: rgb(197,54,208); }
td.TdClassName
{
border-color: #C536D0;
}
.TagClassName
{
border-color: #C536D0;
}
</style>