Shades of Fuchsia #C249AF
Tints of Fuchsia #C249AF
RGB
CMYK
RGB Variations
Color information
#C249AF (or 0xC249AF) is known color: Fuchsia. HEX triplet: C2, 49 and AF. RGB value is (194,73,175). Sum of RGB (Red+Green+Blue) = 194+73+175=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AF is #3DB650. Grayscale: #787878. Windows color (decimal): -4044369 or 11487682. OLE color: 11487682.
HSL color Cylindrical-coordinate representation of color #C249AF: hue angle of 309.42º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C249AF is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 175 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.24 |
| HSL | 309.42º | 0.5% | 0.52% | - |
| HSV(B) | 309.42º | 0.62% | 0.76% | - |
| XYZ | 32.37 | 19.33 | 42.58 | - |
| YUV | 120.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 175 | 0 | 0.62 | 0.10 | 0.24 | 309.42 | 0.5 | 0.52 |
| Hex | C2 | 49 | AF | 0 | 3E | A | 18 | 135 | 32 | 34 |
| Octal | 302 | 111 | 257 | 0 | 76 | 12 | 30 | 465 | 62 | 64 |
| Binary | 11000010 | 1001001 | 10101111 | 0 | 111110 | 1010 | 11000 | 100110101 | 110010 | 110100 |
Color Harmonies of #C249AF
Complementary color
Monochromatic Colors of #C249AF
Black with #C249AF
Text Example
Text Example
White with #C249AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C249AF; }
p { color: rgb(194,73,175); }
H1.HeaderClassName
{
color: #C249AF;
}
.AnyTagClassName
{
color: #C249AF;
}
</style>
background-color css
<style>
a { background-color: #C249AF; }
a { background-color: rgb(194,73,175); }
div.DivClassName
{
background-color: #C249AF;
}
.BgClassName
{
background-color: #C249AF;
}
</style>
border-color css
<style>
span { border-color: #C249AF; }
span { border-color: rgb(194,73,175); }
td.TdClassName
{
border-color: #C249AF;
}
.TagClassName
{
border-color: #C249AF;
}
</style>