Shades of Fuchsia #C236AA
Tints of Fuchsia #C236AA
RGB
CMYK
RGB Variations
Color information
#C236AA (or 0xC236AA) is known color: Fuchsia. HEX triplet: C2, 36 and AA. RGB value is (194,54,170). Sum of RGB (Red+Green+Blue) = 194+54+170=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 54 (21.48% from 255 or 12.92% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C236AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C236AA is #3DC955. Grayscale: #6C6C6C. Windows color (decimal): -4049238 or 11155138. OLE color: 11155138.
HSL color Cylindrical-coordinate representation of color #C236AA: hue angle of 310.29º 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 #C236AA is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 170 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.24 |
| HSL | 310.29º | 0.56% | 0.49% | - |
| HSV(B) | 310.29º | 0.72% | 0.76% | - |
| XYZ | 30.82 | 17.01 | 39.69 | - |
| YUV | 109.08 | 162.38 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 170 | 0 | 0.72 | 0.12 | 0.24 | 310.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | AA | 0 | 48 | C | 18 | 136 | 38 | 31 |
| Octal | 302 | 66 | 252 | 0 | 110 | 14 | 30 | 466 | 70 | 61 |
| Binary | 11000010 | 110110 | 10101010 | 0 | 1001000 | 1100 | 11000 | 100110110 | 111000 | 110001 |
Color Harmonies of #C236AA
Complementary color
Monochromatic Colors of #C236AA
Black with #C236AA
Text Example
Text Example
White with #C236AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236AA; }
p { color: rgb(194,54,170); }
H1.HeaderClassName
{
color: #C236AA;
}
.AnyTagClassName
{
color: #C236AA;
}
</style>
background-color css
<style>
a { background-color: #C236AA; }
a { background-color: rgb(194,54,170); }
div.DivClassName
{
background-color: #C236AA;
}
.BgClassName
{
background-color: #C236AA;
}
</style>
border-color css
<style>
span { border-color: #C236AA; }
span { border-color: rgb(194,54,170); }
td.TdClassName
{
border-color: #C236AA;
}
.TagClassName
{
border-color: #C236AA;
}
</style>