Shades of Fuchsia #C366B8
Tints of Fuchsia #C366B8
RGB
CMYK
RGB Variations
Color information
#C366B8 (or 0xC366B8) is known color: Fuchsia. HEX triplet: C3, 66 and B8. RGB value is (195,102,184). Sum of RGB (Red+Green+Blue) = 195+102+184=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C366B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366B8 is #3C9947. Grayscale: #8A8A8A. Windows color (decimal): -3971400 or 12084931. OLE color: 12084931.
HSL color Cylindrical-coordinate representation of color #C366B8: hue angle of 307.1º 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 #C366B8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 184 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.24 |
| HSL | 307.1º | 0.44% | 0.58% | - |
| HSV(B) | 307.1º | 0.48% | 0.76% | - |
| XYZ | 35.91 | 24.57 | 48.2 | - |
| YUV | 139.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 184 | 0 | 0.48 | 0.06 | 0.24 | 307.1 | 0.44 | 0.58 |
| Hex | C3 | 66 | B8 | 0 | 30 | 6 | 18 | 133 | 2C | 3A |
| Octal | 303 | 146 | 270 | 0 | 60 | 6 | 30 | 463 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10111000 | 0 | 110000 | 110 | 11000 | 100110011 | 101100 | 111010 |
Color Harmonies of #C366B8
Complementary color
Monochromatic Colors of #C366B8
Black with #C366B8
Text Example
Text Example
White with #C366B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366B8; }
p { color: rgb(195,102,184); }
H1.HeaderClassName
{
color: #C366B8;
}
.AnyTagClassName
{
color: #C366B8;
}
</style>
background-color css
<style>
a { background-color: #C366B8; }
a { background-color: rgb(195,102,184); }
div.DivClassName
{
background-color: #C366B8;
}
.BgClassName
{
background-color: #C366B8;
}
</style>
border-color css
<style>
span { border-color: #C366B8; }
span { border-color: rgb(195,102,184); }
td.TdClassName
{
border-color: #C366B8;
}
.TagClassName
{
border-color: #C366B8;
}
</style>