Shades of Fuchsia #C369C0
Tints of Fuchsia #C369C0
RGB
CMYK
RGB Variations
Color information
#C369C0 (or 0xC369C0) is known color: Fuchsia. HEX triplet: C3, 69 and C0. RGB value is (195,105,192). Sum of RGB (Red+Green+Blue) = 195+105+192=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C369C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C0 is #3C963F. Grayscale: #8D8D8D. Windows color (decimal): -3970624 or 12609987. OLE color: 12609987.
HSL color Cylindrical-coordinate representation of color #C369C0: hue angle of 302º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C369C0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 192 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.24 |
| HSL | 302º | 0.43% | 0.59% | - |
| HSV(B) | 302º | 0.46% | 0.76% | - |
| XYZ | 37.07 | 25.51 | 52.84 | - |
| YUV | 141.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 192 | 0 | 0.46 | 0.02 | 0.24 | 302 | 0.43 | 0.59 |
| Hex | C3 | 69 | C0 | 0 | 2E | 2 | 18 | 12E | 2B | 3B |
| Octal | 303 | 151 | 300 | 0 | 56 | 2 | 30 | 456 | 53 | 73 |
| Binary | 11000011 | 1101001 | 11000000 | 0 | 101110 | 10 | 11000 | 100101110 | 101011 | 111011 |
Color Harmonies of #C369C0
Complementary color
Monochromatic Colors of #C369C0
Black with #C369C0
Text Example
Text Example
White with #C369C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369C0; }
p { color: rgb(195,105,192); }
H1.HeaderClassName
{
color: #C369C0;
}
.AnyTagClassName
{
color: #C369C0;
}
</style>
background-color css
<style>
a { background-color: #C369C0; }
a { background-color: rgb(195,105,192); }
div.DivClassName
{
background-color: #C369C0;
}
.BgClassName
{
background-color: #C369C0;
}
</style>
border-color css
<style>
span { border-color: #C369C0; }
span { border-color: rgb(195,105,192); }
td.TdClassName
{
border-color: #C369C0;
}
.TagClassName
{
border-color: #C369C0;
}
</style>