Shades of Fuchsia #C236AF
Tints of Fuchsia #C236AF
RGB
CMYK
RGB Variations
Color information
#C236AF (or 0xC236AF) is known color: Fuchsia. HEX triplet: C2, 36 and AF. RGB value is (194,54,175). Sum of RGB (Red+Green+Blue) = 194+54+175=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C236AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C236AF is #3DC950. Grayscale: #6D6D6D. Windows color (decimal): -4049233 or 11482818. OLE color: 11482818.
HSL color Cylindrical-coordinate representation of color #C236AF: hue angle of 308.14º 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 #C236AF is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 175 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.24 |
| HSL | 308.14º | 0.56% | 0.49% | - |
| HSV(B) | 308.14º | 0.72% | 0.76% | - |
| XYZ | 31.31 | 17.2 | 42.23 | - |
| YUV | 109.65 | 164.88 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 175 | 0 | 0.72 | 0.10 | 0.24 | 308.14 | 0.56 | 0.49 |
| Hex | C2 | 36 | AF | 0 | 48 | A | 18 | 134 | 38 | 31 |
| Octal | 302 | 66 | 257 | 0 | 110 | 12 | 30 | 464 | 70 | 61 |
| Binary | 11000010 | 110110 | 10101111 | 0 | 1001000 | 1010 | 11000 | 100110100 | 111000 | 110001 |
Color Harmonies of #C236AF
Complementary color
Monochromatic Colors of #C236AF
Black with #C236AF
Text Example
Text Example
White with #C236AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236AF; }
p { color: rgb(194,54,175); }
H1.HeaderClassName
{
color: #C236AF;
}
.AnyTagClassName
{
color: #C236AF;
}
</style>
background-color css
<style>
a { background-color: #C236AF; }
a { background-color: rgb(194,54,175); }
div.DivClassName
{
background-color: #C236AF;
}
.BgClassName
{
background-color: #C236AF;
}
</style>
border-color css
<style>
span { border-color: #C236AF; }
span { border-color: rgb(194,54,175); }
td.TdClassName
{
border-color: #C236AF;
}
.TagClassName
{
border-color: #C236AF;
}
</style>