Shades of Fuchsia #C738AD
Tints of Fuchsia #C738AD
RGB
CMYK
RGB Variations
Color information
#C738AD (or 0xC738AD) is known color: Fuchsia. HEX triplet: C7, 38 and AD. RGB value is (199,56,173). Sum of RGB (Red+Green+Blue) = 199+56+173=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C738AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C738AD is #38C752. Grayscale: #6F6F6F. Windows color (decimal): -3721043 or 11352263. OLE color: 11352263.
HSL color Cylindrical-coordinate representation of color #C738AD: hue angle of 310.91º 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 #C738AD is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 173 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.22 |
| HSL | 310.91º | 0.56% | 0.5% | - |
| HSV(B) | 310.91º | 0.72% | 0.78% | - |
| XYZ | 32.51 | 17.99 | 41.29 | - |
| YUV | 112.1 | 162.38 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 173 | 0 | 0.72 | 0.13 | 0.22 | 310.91 | 0.56 | 0.5 |
| Hex | C7 | 38 | AD | 0 | 48 | D | 16 | 137 | 38 | 32 |
| Octal | 307 | 70 | 255 | 0 | 110 | 15 | 26 | 467 | 70 | 62 |
| Binary | 11000111 | 111000 | 10101101 | 0 | 1001000 | 1101 | 10110 | 100110111 | 111000 | 110010 |
Color Harmonies of #C738AD
Complementary color
Monochromatic Colors of #C738AD
Black with #C738AD
Text Example
Text Example
White with #C738AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738AD; }
p { color: rgb(199,56,173); }
H1.HeaderClassName
{
color: #C738AD;
}
.AnyTagClassName
{
color: #C738AD;
}
</style>
background-color css
<style>
a { background-color: #C738AD; }
a { background-color: rgb(199,56,173); }
div.DivClassName
{
background-color: #C738AD;
}
.BgClassName
{
background-color: #C738AD;
}
</style>
border-color css
<style>
span { border-color: #C738AD; }
span { border-color: rgb(199,56,173); }
td.TdClassName
{
border-color: #C738AD;
}
.TagClassName
{
border-color: #C738AD;
}
</style>