Shades of Fuchsia #C366BB
Tints of Fuchsia #C366BB
RGB
CMYK
RGB Variations
Color information
#C366BB (or 0xC366BB) is known color: Fuchsia. HEX triplet: C3, 66 and BB. RGB value is (195,102,187). Sum of RGB (Red+Green+Blue) = 195+102+187=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C366BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366BB is #3C9944. Grayscale: #8B8B8B. Windows color (decimal): -3971397 or 12281539. OLE color: 12281539.
HSL color Cylindrical-coordinate representation of color #C366BB: hue angle of 305.16º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C366BB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 187 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.24 |
| HSL | 305.16º | 0.44% | 0.58% | - |
| HSV(B) | 305.16º | 0.48% | 0.76% | - |
| XYZ | 36.23 | 24.69 | 49.87 | - |
| YUV | 139.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 187 | 0 | 0.48 | 0.04 | 0.24 | 305.16 | 0.44 | 0.58 |
| Hex | C3 | 66 | BB | 0 | 30 | 4 | 18 | 131 | 2C | 3A |
| Octal | 303 | 146 | 273 | 0 | 60 | 4 | 30 | 461 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10111011 | 0 | 110000 | 100 | 11000 | 100110001 | 101100 | 111010 |
Color Harmonies of #C366BB
Complementary color
Monochromatic Colors of #C366BB
Black with #C366BB
Text Example
Text Example
White with #C366BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366BB; }
p { color: rgb(195,102,187); }
H1.HeaderClassName
{
color: #C366BB;
}
.AnyTagClassName
{
color: #C366BB;
}
</style>
background-color css
<style>
a { background-color: #C366BB; }
a { background-color: rgb(195,102,187); }
div.DivClassName
{
background-color: #C366BB;
}
.BgClassName
{
background-color: #C366BB;
}
</style>
border-color css
<style>
span { border-color: #C366BB; }
span { border-color: rgb(195,102,187); }
td.TdClassName
{
border-color: #C366BB;
}
.TagClassName
{
border-color: #C366BB;
}
</style>