Shades of Fuchsia #C737AF
Tints of Fuchsia #C737AF
RGB
CMYK
RGB Variations
Color information
#C737AF (or 0xC737AF) is known color: Fuchsia. HEX triplet: C7, 37 and AF. RGB value is (199,55,175). Sum of RGB (Red+Green+Blue) = 199+55+175=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C737AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C737AF is #38C850. Grayscale: #6F6F6F. Windows color (decimal): -3721297 or 11483079. OLE color: 11483079.
HSL color Cylindrical-coordinate representation of color #C737AF: hue angle of 310º degrees, saturation: 0.57, 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 #C737AF is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 175 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.22 |
| HSL | 310º | 0.57% | 0.5% | - |
| HSV(B) | 310º | 0.72% | 0.78% | - |
| XYZ | 32.66 | 17.97 | 42.3 | - |
| YUV | 111.74 | 163.71 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 175 | 0 | 0.72 | 0.12 | 0.22 | 310 | 0.57 | 0.5 |
| Hex | C7 | 37 | AF | 0 | 48 | C | 16 | 136 | 39 | 32 |
| Octal | 307 | 67 | 257 | 0 | 110 | 14 | 26 | 466 | 71 | 62 |
| Binary | 11000111 | 110111 | 10101111 | 0 | 1001000 | 1100 | 10110 | 100110110 | 111001 | 110010 |
Color Harmonies of #C737AF
Complementary color
Monochromatic Colors of #C737AF
Black with #C737AF
Text Example
Text Example
White with #C737AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737AF; }
p { color: rgb(199,55,175); }
H1.HeaderClassName
{
color: #C737AF;
}
.AnyTagClassName
{
color: #C737AF;
}
</style>
background-color css
<style>
a { background-color: #C737AF; }
a { background-color: rgb(199,55,175); }
div.DivClassName
{
background-color: #C737AF;
}
.BgClassName
{
background-color: #C737AF;
}
</style>
border-color css
<style>
span { border-color: #C737AF; }
span { border-color: rgb(199,55,175); }
td.TdClassName
{
border-color: #C737AF;
}
.TagClassName
{
border-color: #C737AF;
}
</style>