Shades of Fuchsia #C638AB
Tints of Fuchsia #C638AB
RGB
CMYK
RGB Variations
Color information
#C638AB (or 0xC638AB) is known color: Fuchsia. HEX triplet: C6, 38 and AB. RGB value is (198,56,171). Sum of RGB (Red+Green+Blue) = 198+56+171=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C638AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638AB is #39C754. Grayscale: #6F6F6F. Windows color (decimal): -3786581 or 11221190. OLE color: 11221190.
HSL color Cylindrical-coordinate representation of color #C638AB: hue angle of 311.41º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638AB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 171 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.22 |
| HSL | 311.41º | 0.56% | 0.5% | - |
| HSV(B) | 311.41º | 0.72% | 0.78% | - |
| XYZ | 32.05 | 17.77 | 40.27 | - |
| YUV | 111.57 | 161.54 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 171 | 0 | 0.72 | 0.14 | 0.22 | 311.41 | 0.56 | 0.5 |
| Hex | C6 | 38 | AB | 0 | 48 | E | 16 | 137 | 38 | 32 |
| Octal | 306 | 70 | 253 | 0 | 110 | 16 | 26 | 467 | 70 | 62 |
| Binary | 11000110 | 111000 | 10101011 | 0 | 1001000 | 1110 | 10110 | 100110111 | 111000 | 110010 |
Color Harmonies of #C638AB
Complementary color
Monochromatic Colors of #C638AB
Black with #C638AB
Text Example
Text Example
White with #C638AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638AB; }
p { color: rgb(198,56,171); }
H1.HeaderClassName
{
color: #C638AB;
}
.AnyTagClassName
{
color: #C638AB;
}
</style>
background-color css
<style>
a { background-color: #C638AB; }
a { background-color: rgb(198,56,171); }
div.DivClassName
{
background-color: #C638AB;
}
.BgClassName
{
background-color: #C638AB;
}
</style>
border-color css
<style>
span { border-color: #C638AB; }
span { border-color: rgb(198,56,171); }
td.TdClassName
{
border-color: #C638AB;
}
.TagClassName
{
border-color: #C638AB;
}
</style>