Shades of Fuchsia #C36CB7
Tints of Fuchsia #C36CB7
RGB
CMYK
RGB Variations
Color information
#C36CB7 (or 0xC36CB7) is known color: Fuchsia. HEX triplet: C3, 6C and B7. RGB value is (195,108,183). Sum of RGB (Red+Green+Blue) = 195+108+183=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CB7 is #3C9348. Grayscale: #8E8E8E. Windows color (decimal): -3969865 or 12020931. OLE color: 12020931.
HSL color Cylindrical-coordinate representation of color #C36CB7: hue angle of 308.28º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CB7 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 183 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.24 |
| HSL | 308.28º | 0.42% | 0.59% | - |
| HSV(B) | 308.28º | 0.45% | 0.76% | - |
| XYZ | 36.42 | 25.75 | 47.85 | - |
| YUV | 142.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 183 | 0 | 0.45 | 0.06 | 0.24 | 308.28 | 0.42 | 0.59 |
| Hex | C3 | 6C | B7 | 0 | 2D | 6 | 18 | 134 | 2A | 3B |
| Octal | 303 | 154 | 267 | 0 | 55 | 6 | 30 | 464 | 52 | 73 |
| Binary | 11000011 | 1101100 | 10110111 | 0 | 101101 | 110 | 11000 | 100110100 | 101010 | 111011 |
Color Harmonies of #C36CB7
Complementary color
Monochromatic Colors of #C36CB7
Black with #C36CB7
Text Example
Text Example
White with #C36CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36CB7; }
p { color: rgb(195,108,183); }
H1.HeaderClassName
{
color: #C36CB7;
}
.AnyTagClassName
{
color: #C36CB7;
}
</style>
background-color css
<style>
a { background-color: #C36CB7; }
a { background-color: rgb(195,108,183); }
div.DivClassName
{
background-color: #C36CB7;
}
.BgClassName
{
background-color: #C36CB7;
}
</style>
border-color css
<style>
span { border-color: #C36CB7; }
span { border-color: rgb(195,108,183); }
td.TdClassName
{
border-color: #C36CB7;
}
.TagClassName
{
border-color: #C36CB7;
}
</style>