Shades of Fuchsia #C255AE
Tints of Fuchsia #C255AE
RGB
CMYK
RGB Variations
Color information
#C255AE (or 0xC255AE) is known color: Fuchsia. HEX triplet: C2, 55 and AE. RGB value is (194,85,174). Sum of RGB (Red+Green+Blue) = 194+85+174=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C255AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255AE is #3DAA51. Grayscale: #7F7F7F. Windows color (decimal): -4041298 or 11425218. OLE color: 11425218.
HSL color Cylindrical-coordinate representation of color #C255AE: hue angle of 311.01º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255AE is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 174 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.24 |
| HSL | 311.01º | 0.47% | 0.55% | - |
| HSV(B) | 311.01º | 0.56% | 0.76% | - |
| XYZ | 33.14 | 21.02 | 42.36 | - |
| YUV | 127.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 174 | 0 | 0.56 | 0.10 | 0.24 | 311.01 | 0.47 | 0.55 |
| Hex | C2 | 55 | AE | 0 | 38 | A | 18 | 137 | 2F | 37 |
| Octal | 302 | 125 | 256 | 0 | 70 | 12 | 30 | 467 | 57 | 67 |
| Binary | 11000010 | 1010101 | 10101110 | 0 | 111000 | 1010 | 11000 | 100110111 | 101111 | 110111 |
Color Harmonies of #C255AE
Complementary color
Monochromatic Colors of #C255AE
Black with #C255AE
Text Example
Text Example
White with #C255AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C255AE; }
p { color: rgb(194,85,174); }
H1.HeaderClassName
{
color: #C255AE;
}
.AnyTagClassName
{
color: #C255AE;
}
</style>
background-color css
<style>
a { background-color: #C255AE; }
a { background-color: rgb(194,85,174); }
div.DivClassName
{
background-color: #C255AE;
}
.BgClassName
{
background-color: #C255AE;
}
</style>
border-color css
<style>
span { border-color: #C255AE; }
span { border-color: rgb(194,85,174); }
td.TdClassName
{
border-color: #C255AE;
}
.TagClassName
{
border-color: #C255AE;
}
</style>