Shades of Fuchsia #C238AA
Tints of Fuchsia #C238AA
RGB
CMYK
RGB Variations
Color information
#C238AA (or 0xC238AA) is known color: Fuchsia. HEX triplet: C2, 38 and AA. RGB value is (194,56,170). Sum of RGB (Red+Green+Blue) = 194+56+170=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C238AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238AA is #3DC755. Grayscale: #6D6D6D. Windows color (decimal): -4048726 or 11155650. OLE color: 11155650.
HSL color Cylindrical-coordinate representation of color #C238AA: hue angle of 310.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C238AA is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 170 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.24 |
| HSL | 310.43º | 0.55% | 0.49% | - |
| HSV(B) | 310.43º | 0.71% | 0.76% | - |
| XYZ | 30.92 | 17.2 | 39.72 | - |
| YUV | 110.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 170 | 0 | 0.71 | 0.12 | 0.24 | 310.43 | 0.55 | 0.49 |
| Hex | C2 | 38 | AA | 0 | 47 | C | 18 | 136 | 37 | 31 |
| Octal | 302 | 70 | 252 | 0 | 107 | 14 | 30 | 466 | 67 | 61 |
| Binary | 11000010 | 111000 | 10101010 | 0 | 1000111 | 1100 | 11000 | 100110110 | 110111 | 110001 |
Color Harmonies of #C238AA
Complementary color
Monochromatic Colors of #C238AA
Black with #C238AA
Text Example
Text Example
White with #C238AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238AA; }
p { color: rgb(194,56,170); }
H1.HeaderClassName
{
color: #C238AA;
}
.AnyTagClassName
{
color: #C238AA;
}
</style>
background-color css
<style>
a { background-color: #C238AA; }
a { background-color: rgb(194,56,170); }
div.DivClassName
{
background-color: #C238AA;
}
.BgClassName
{
background-color: #C238AA;
}
</style>
border-color css
<style>
span { border-color: #C238AA; }
span { border-color: rgb(194,56,170); }
td.TdClassName
{
border-color: #C238AA;
}
.TagClassName
{
border-color: #C238AA;
}
</style>