Shades of Fuchsia #C738AB
Tints of Fuchsia #C738AB
RGB
CMYK
RGB Variations
Color information
#C738AB (or 0xC738AB) is known color: Fuchsia. HEX triplet: C7, 38 and AB. RGB value is (199,56,171). Sum of RGB (Red+Green+Blue) = 199+56+171=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C738AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C738AB is #38C754. Grayscale: #6F6F6F. Windows color (decimal): -3721045 or 11221191. OLE color: 11221191.
HSL color Cylindrical-coordinate representation of color #C738AB: hue angle of 311.75º 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 #C738AB is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 171 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.22 |
| HSL | 311.75º | 0.56% | 0.5% | - |
| HSV(B) | 311.75º | 0.72% | 0.78% | - |
| XYZ | 32.32 | 17.91 | 40.28 | - |
| YUV | 111.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 171 | 0 | 0.72 | 0.14 | 0.22 | 311.75 | 0.56 | 0.5 |
| Hex | C7 | 38 | AB | 0 | 48 | E | 16 | 138 | 38 | 32 |
| Octal | 307 | 70 | 253 | 0 | 110 | 16 | 26 | 470 | 70 | 62 |
| Binary | 11000111 | 111000 | 10101011 | 0 | 1001000 | 1110 | 10110 | 100111000 | 111000 | 110010 |
Color Harmonies of #C738AB
Complementary color
Monochromatic Colors of #C738AB
Black with #C738AB
Text Example
Text Example
White with #C738AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738AB; }
p { color: rgb(199,56,171); }
H1.HeaderClassName
{
color: #C738AB;
}
.AnyTagClassName
{
color: #C738AB;
}
</style>
background-color css
<style>
a { background-color: #C738AB; }
a { background-color: rgb(199,56,171); }
div.DivClassName
{
background-color: #C738AB;
}
.BgClassName
{
background-color: #C738AB;
}
</style>
border-color css
<style>
span { border-color: #C738AB; }
span { border-color: rgb(199,56,171); }
td.TdClassName
{
border-color: #C738AB;
}
.TagClassName
{
border-color: #C738AB;
}
</style>