Shades of Fuchsia #C366B5
Tints of Fuchsia #C366B5
RGB
CMYK
RGB Variations
Color information
#C366B5 (or 0xC366B5) is known color: Fuchsia. HEX triplet: C3, 66 and B5. RGB value is (195,102,181). Sum of RGB (Red+Green+Blue) = 195+102+181=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C366B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366B5 is #3C994A. Grayscale: #8A8A8A. Windows color (decimal): -3971403 or 11888323. OLE color: 11888323.
HSL color Cylindrical-coordinate representation of color #C366B5: hue angle of 309.03º 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 #C366B5 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 181 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.24 |
| HSL | 309.03º | 0.44% | 0.58% | - |
| HSV(B) | 309.03º | 0.48% | 0.76% | - |
| XYZ | 35.6 | 24.44 | 46.56 | - |
| YUV | 138.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 181 | 0 | 0.48 | 0.07 | 0.24 | 309.03 | 0.44 | 0.58 |
| Hex | C3 | 66 | B5 | 0 | 30 | 7 | 18 | 135 | 2C | 3A |
| Octal | 303 | 146 | 265 | 0 | 60 | 7 | 30 | 465 | 54 | 72 |
| Binary | 11000011 | 1100110 | 10110101 | 0 | 110000 | 111 | 11000 | 100110101 | 101100 | 111010 |
Color Harmonies of #C366B5
Complementary color
Monochromatic Colors of #C366B5
Black with #C366B5
Text Example
Text Example
White with #C366B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366B5; }
p { color: rgb(195,102,181); }
H1.HeaderClassName
{
color: #C366B5;
}
.AnyTagClassName
{
color: #C366B5;
}
</style>
background-color css
<style>
a { background-color: #C366B5; }
a { background-color: rgb(195,102,181); }
div.DivClassName
{
background-color: #C366B5;
}
.BgClassName
{
background-color: #C366B5;
}
</style>
border-color css
<style>
span { border-color: #C366B5; }
span { border-color: rgb(195,102,181); }
td.TdClassName
{
border-color: #C366B5;
}
.TagClassName
{
border-color: #C366B5;
}
</style>