Shades of Fuchsia #C36AB8
Tints of Fuchsia #C36AB8
RGB
CMYK
RGB Variations
Color information
#C36AB8 (or 0xC36AB8) is known color: Fuchsia. HEX triplet: C3, 6A and B8. RGB value is (195,106,184). Sum of RGB (Red+Green+Blue) = 195+106+184=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AB8 is #3C9547. Grayscale: #8D8D8D. Windows color (decimal): -3970376 or 12085955. OLE color: 12085955.
HSL color Cylindrical-coordinate representation of color #C36AB8: hue angle of 307.42º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C36AB8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 106 | 184 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.24 |
| HSL | 307.42º | 0.43% | 0.59% | - |
| HSV(B) | 307.42º | 0.46% | 0.76% | - |
| XYZ | 36.31 | 25.37 | 48.33 | - |
| YUV | 141.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 106 | 184 | 0 | 0.46 | 0.06 | 0.24 | 307.42 | 0.43 | 0.59 |
| Hex | C3 | 6A | B8 | 0 | 2E | 6 | 18 | 133 | 2B | 3B |
| Octal | 303 | 152 | 270 | 0 | 56 | 6 | 30 | 463 | 53 | 73 |
| Binary | 11000011 | 1101010 | 10111000 | 0 | 101110 | 110 | 11000 | 100110011 | 101011 | 111011 |
Color Harmonies of #C36AB8
Complementary color
Monochromatic Colors of #C36AB8
Black with #C36AB8
Text Example
Text Example
White with #C36AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36AB8; }
p { color: rgb(195,106,184); }
H1.HeaderClassName
{
color: #C36AB8;
}
.AnyTagClassName
{
color: #C36AB8;
}
</style>
background-color css
<style>
a { background-color: #C36AB8; }
a { background-color: rgb(195,106,184); }
div.DivClassName
{
background-color: #C36AB8;
}
.BgClassName
{
background-color: #C36AB8;
}
</style>
border-color css
<style>
span { border-color: #C36AB8; }
span { border-color: rgb(195,106,184); }
td.TdClassName
{
border-color: #C36AB8;
}
.TagClassName
{
border-color: #C36AB8;
}
</style>