Shades of Fuchsia #C636AB
Tints of Fuchsia #C636AB
RGB
CMYK
RGB Variations
Color information
#C636AB (or 0xC636AB) is known color: Fuchsia. HEX triplet: C6, 36 and AB. RGB value is (198,54,171). Sum of RGB (Red+Green+Blue) = 198+54+171=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C636AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C636AB is #39C954. Grayscale: #6E6E6E. Windows color (decimal): -3787093 or 11220678. OLE color: 11220678.
HSL color Cylindrical-coordinate representation of color #C636AB: hue angle of 311.25º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C636AB is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 171 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.22 |
| HSL | 311.25º | 0.57% | 0.49% | - |
| HSV(B) | 311.25º | 0.73% | 0.78% | - |
| XYZ | 31.96 | 17.58 | 40.24 | - |
| YUV | 110.39 | 162.21 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 171 | 0 | 0.73 | 0.14 | 0.22 | 311.25 | 0.57 | 0.49 |
| Hex | C6 | 36 | AB | 0 | 49 | E | 16 | 137 | 39 | 31 |
| Octal | 306 | 66 | 253 | 0 | 111 | 16 | 26 | 467 | 71 | 61 |
| Binary | 11000110 | 110110 | 10101011 | 0 | 1001001 | 1110 | 10110 | 100110111 | 111001 | 110001 |
Color Harmonies of #C636AB
Complementary color
Monochromatic Colors of #C636AB
Black with #C636AB
Text Example
Text Example
White with #C636AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C636AB; }
p { color: rgb(198,54,171); }
H1.HeaderClassName
{
color: #C636AB;
}
.AnyTagClassName
{
color: #C636AB;
}
</style>
background-color css
<style>
a { background-color: #C636AB; }
a { background-color: rgb(198,54,171); }
div.DivClassName
{
background-color: #C636AB;
}
.BgClassName
{
background-color: #C636AB;
}
</style>
border-color css
<style>
span { border-color: #C636AB; }
span { border-color: rgb(198,54,171); }
td.TdClassName
{
border-color: #C636AB;
}
.TagClassName
{
border-color: #C636AB;
}
</style>