Shades of Fuchsia #C36FB6
Tints of Fuchsia #C36FB6
RGB
CMYK
RGB Variations
Color information
#C36FB6 (or 0xC36FB6) is known color: Fuchsia. HEX triplet: C3, 6F and B6. RGB value is (195,111,182). Sum of RGB (Red+Green+Blue) = 195+111+182=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C36FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36FB6 is #3C9049. Grayscale: #909090. Windows color (decimal): -3969098 or 11956163. OLE color: 11956163.
HSL color Cylindrical-coordinate representation of color #C36FB6: hue angle of 309.29º 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 #C36FB6 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 182 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.24 |
| HSL | 309.29º | 0.41% | 0.6% | - |
| HSV(B) | 309.29º | 0.43% | 0.76% | - |
| XYZ | 36.63 | 26.35 | 47.41 | - |
| YUV | 144.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 182 | 0 | 0.43 | 0.07 | 0.24 | 309.29 | 0.41 | 0.6 |
| Hex | C3 | 6F | B6 | 0 | 2B | 7 | 18 | 135 | 29 | 3C |
| Octal | 303 | 157 | 266 | 0 | 53 | 7 | 30 | 465 | 51 | 74 |
| Binary | 11000011 | 1101111 | 10110110 | 0 | 101011 | 111 | 11000 | 100110101 | 101001 | 111100 |
Color Harmonies of #C36FB6
Complementary color
Monochromatic Colors of #C36FB6
Black with #C36FB6
Text Example
Text Example
White with #C36FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36FB6; }
p { color: rgb(195,111,182); }
H1.HeaderClassName
{
color: #C36FB6;
}
.AnyTagClassName
{
color: #C36FB6;
}
</style>
background-color css
<style>
a { background-color: #C36FB6; }
a { background-color: rgb(195,111,182); }
div.DivClassName
{
background-color: #C36FB6;
}
.BgClassName
{
background-color: #C36FB6;
}
</style>
border-color css
<style>
span { border-color: #C36FB6; }
span { border-color: rgb(195,111,182); }
td.TdClassName
{
border-color: #C36FB6;
}
.TagClassName
{
border-color: #C36FB6;
}
</style>