Shades of Fuchsia #C36FB3
Tints of Fuchsia #C36FB3
RGB
CMYK
RGB Variations
Color information
#C36FB3 (or 0xC36FB3) is known color: Fuchsia. HEX triplet: C3, 6F and B3. RGB value is (195,111,179). Sum of RGB (Red+Green+Blue) = 195+111+179=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FB3 is #3C904C. Grayscale: #8F8F8F. Windows color (decimal): -3969101 or 11759555. OLE color: 11759555.
HSL color Cylindrical-coordinate representation of color #C36FB3: hue angle of 311.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C36FB3 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 179 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.24 |
| HSL | 311.43º | 0.41% | 0.6% | - |
| HSV(B) | 311.43º | 0.43% | 0.76% | - |
| XYZ | 36.33 | 26.23 | 45.8 | - |
| YUV | 143.87 | 147.83 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 179 | 0 | 0.43 | 0.08 | 0.24 | 311.43 | 0.41 | 0.6 |
| Hex | C3 | 6F | B3 | 0 | 2B | 8 | 18 | 137 | 29 | 3C |
| Octal | 303 | 157 | 263 | 0 | 53 | 10 | 30 | 467 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10110011 | 0 | 101011 | 1000 | 11000 | 100110111 | 101001 | 111100 |
Color Harmonies of #C36FB3
Complementary color
Monochromatic Colors of #C36FB3
Black with #C36FB3
Text Example
Text Example
White with #C36FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FB3; }
p { color: rgb(195,111,179); }
H1.HeaderClassName
{
color: #C36FB3;
}
.AnyTagClassName
{
color: #C36FB3;
}
</style>
background-color css
<style>
a { background-color: #C36FB3; }
a { background-color: rgb(195,111,179); }
div.DivClassName
{
background-color: #C36FB3;
}
.BgClassName
{
background-color: #C36FB3;
}
</style>
border-color css
<style>
span { border-color: #C36FB3; }
span { border-color: rgb(195,111,179); }
td.TdClassName
{
border-color: #C36FB3;
}
.TagClassName
{
border-color: #C36FB3;
}
</style>