Shades of Fuchsia #C738AA
Tints of Fuchsia #C738AA
RGB
CMYK
RGB Variations
Color information
#C738AA (or 0xC738AA) is known color: Fuchsia. HEX triplet: C7, 38 and AA. RGB value is (199,56,170). Sum of RGB (Red+Green+Blue) = 199+56+170=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C738AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C738AA is #38C755. Grayscale: #6F6F6F. Windows color (decimal): -3721046 or 11155655. OLE color: 11155655.
HSL color Cylindrical-coordinate representation of color #C738AA: hue angle of 312.17º 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 #C738AA is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 170 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.22 |
| HSL | 312.17º | 0.56% | 0.5% | - |
| HSV(B) | 312.17º | 0.72% | 0.78% | - |
| XYZ | 32.22 | 17.87 | 39.78 | - |
| YUV | 111.75 | 160.88 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 170 | 0 | 0.72 | 0.15 | 0.22 | 312.17 | 0.56 | 0.5 |
| Hex | C7 | 38 | AA | 0 | 48 | F | 16 | 138 | 38 | 32 |
| Octal | 307 | 70 | 252 | 0 | 110 | 17 | 26 | 470 | 70 | 62 |
| Binary | 11000111 | 111000 | 10101010 | 0 | 1001000 | 1111 | 10110 | 100111000 | 111000 | 110010 |
Color Harmonies of #C738AA
Complementary color
Monochromatic Colors of #C738AA
Black with #C738AA
Text Example
Text Example
White with #C738AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C738AA; }
p { color: rgb(199,56,170); }
H1.HeaderClassName
{
color: #C738AA;
}
.AnyTagClassName
{
color: #C738AA;
}
</style>
background-color css
<style>
a { background-color: #C738AA; }
a { background-color: rgb(199,56,170); }
div.DivClassName
{
background-color: #C738AA;
}
.BgClassName
{
background-color: #C738AA;
}
</style>
border-color css
<style>
span { border-color: #C738AA; }
span { border-color: rgb(199,56,170); }
td.TdClassName
{
border-color: #C738AA;
}
.TagClassName
{
border-color: #C738AA;
}
</style>