Shades of Fuchsia #C237AF
Tints of Fuchsia #C237AF
RGB
CMYK
RGB Variations
Color information
#C237AF (or 0xC237AF) is known color: Fuchsia. HEX triplet: C2, 37 and AF. RGB value is (194,55,175). Sum of RGB (Red+Green+Blue) = 194+55+175=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C237AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C237AF is #3DC850. Grayscale: #6D6D6D. Windows color (decimal): -4048977 or 11483074. OLE color: 11483074.
HSL color Cylindrical-coordinate representation of color #C237AF: hue angle of 308.2º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C237AF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 175 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.24 |
| HSL | 308.2º | 0.56% | 0.49% | - |
| HSV(B) | 308.2º | 0.72% | 0.76% | - |
| XYZ | 31.35 | 17.3 | 42.24 | - |
| YUV | 110.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 175 | 0 | 0.72 | 0.10 | 0.24 | 308.2 | 0.56 | 0.49 |
| Hex | C2 | 37 | AF | 0 | 48 | A | 18 | 134 | 38 | 31 |
| Octal | 302 | 67 | 257 | 0 | 110 | 12 | 30 | 464 | 70 | 61 |
| Binary | 11000010 | 110111 | 10101111 | 0 | 1001000 | 1010 | 11000 | 100110100 | 111000 | 110001 |
Color Harmonies of #C237AF
Complementary color
Monochromatic Colors of #C237AF
Black with #C237AF
Text Example
Text Example
White with #C237AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237AF; }
p { color: rgb(194,55,175); }
H1.HeaderClassName
{
color: #C237AF;
}
.AnyTagClassName
{
color: #C237AF;
}
</style>
background-color css
<style>
a { background-color: #C237AF; }
a { background-color: rgb(194,55,175); }
div.DivClassName
{
background-color: #C237AF;
}
.BgClassName
{
background-color: #C237AF;
}
</style>
border-color css
<style>
span { border-color: #C237AF; }
span { border-color: rgb(194,55,175); }
td.TdClassName
{
border-color: #C237AF;
}
.TagClassName
{
border-color: #C237AF;
}
</style>