Shades of Fuchsia #C038AB
Tints of Fuchsia #C038AB
RGB
CMYK
RGB Variations
Color information
#C038AB (or 0xC038AB) is known color: Fuchsia. HEX triplet: C0, 38 and AB. RGB value is (192,56,171). Sum of RGB (Red+Green+Blue) = 192+56+171=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C038AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038AB is #3FC754. Grayscale: #6D6D6D. Windows color (decimal): -4179797 or 11221184. OLE color: 11221184.
HSL color Cylindrical-coordinate representation of color #C038AB: hue angle of 309.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038AB is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 171 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.25 |
| HSL | 309.26º | 0.55% | 0.49% | - |
| HSV(B) | 309.26º | 0.71% | 0.75% | - |
| XYZ | 30.5 | 16.98 | 40.2 | - |
| YUV | 109.77 | 162.56 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 171 | 0 | 0.71 | 0.11 | 0.25 | 309.26 | 0.55 | 0.49 |
| Hex | C0 | 38 | AB | 0 | 47 | B | 19 | 135 | 37 | 31 |
| Octal | 300 | 70 | 253 | 0 | 107 | 13 | 31 | 465 | 67 | 61 |
| Binary | 11000000 | 111000 | 10101011 | 0 | 1000111 | 1011 | 11001 | 100110101 | 110111 | 110001 |
Color Harmonies of #C038AB
Complementary color
Monochromatic Colors of #C038AB
Black with #C038AB
Text Example
Text Example
White with #C038AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038AB; }
p { color: rgb(192,56,171); }
H1.HeaderClassName
{
color: #C038AB;
}
.AnyTagClassName
{
color: #C038AB;
}
</style>
background-color css
<style>
a { background-color: #C038AB; }
a { background-color: rgb(192,56,171); }
div.DivClassName
{
background-color: #C038AB;
}
.BgClassName
{
background-color: #C038AB;
}
</style>
border-color css
<style>
span { border-color: #C038AB; }
span { border-color: rgb(192,56,171); }
td.TdClassName
{
border-color: #C038AB;
}
.TagClassName
{
border-color: #C038AB;
}
</style>