Shades of Fuchsia #C236AD
Tints of Fuchsia #C236AD
RGB
CMYK
RGB Variations
Color information
#C236AD (or 0xC236AD) is known color: Fuchsia. HEX triplet: C2, 36 and AD. RGB value is (194,54,173). Sum of RGB (Red+Green+Blue) = 194+54+173=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C236AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C236AD is #3DC952. Grayscale: #6D6D6D. Windows color (decimal): -4049235 or 11351746. OLE color: 11351746.
HSL color Cylindrical-coordinate representation of color #C236AD: hue angle of 309º 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 #C236AD is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 173 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.24 |
| HSL | 309º | 0.56% | 0.49% | - |
| HSV(B) | 309º | 0.72% | 0.76% | - |
| XYZ | 31.11 | 17.12 | 41.2 | - |
| YUV | 109.43 | 163.88 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 173 | 0 | 0.72 | 0.11 | 0.24 | 309 | 0.56 | 0.49 |
| Hex | C2 | 36 | AD | 0 | 48 | B | 18 | 135 | 38 | 31 |
| Octal | 302 | 66 | 255 | 0 | 110 | 13 | 30 | 465 | 70 | 61 |
| Binary | 11000010 | 110110 | 10101101 | 0 | 1001000 | 1011 | 11000 | 100110101 | 111000 | 110001 |
Color Harmonies of #C236AD
Complementary color
Monochromatic Colors of #C236AD
Black with #C236AD
Text Example
Text Example
White with #C236AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236AD; }
p { color: rgb(194,54,173); }
H1.HeaderClassName
{
color: #C236AD;
}
.AnyTagClassName
{
color: #C236AD;
}
</style>
background-color css
<style>
a { background-color: #C236AD; }
a { background-color: rgb(194,54,173); }
div.DivClassName
{
background-color: #C236AD;
}
.BgClassName
{
background-color: #C236AD;
}
</style>
border-color css
<style>
span { border-color: #C236AD; }
span { border-color: rgb(194,54,173); }
td.TdClassName
{
border-color: #C236AD;
}
.TagClassName
{
border-color: #C236AD;
}
</style>