Shades of Fuchsia #C369C1
Tints of Fuchsia #C369C1
RGB
CMYK
RGB Variations
Color information
#C369C1 (or 0xC369C1) is known color: Fuchsia. HEX triplet: C3, 69 and C1. RGB value is (195,105,193). Sum of RGB (Red+Green+Blue) = 195+105+193=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 193 (75.78% from 255 or 39.15% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C369C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369C1 is #3C963E. Grayscale: #8D8D8D. Windows color (decimal): -3970623 or 12675523. OLE color: 12675523.
HSL color Cylindrical-coordinate representation of color #C369C1: hue angle of 301.33º 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 #C369C1 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 193 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.24 |
| HSL | 301.33º | 0.43% | 0.59% | - |
| HSV(B) | 301.33º | 0.46% | 0.76% | - |
| XYZ | 37.18 | 25.56 | 53.43 | - |
| YUV | 141.94 | 156.82 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 193 | 0 | 0.46 | 0.01 | 0.24 | 301.33 | 0.43 | 0.59 |
| Hex | C3 | 69 | C1 | 0 | 2E | 1 | 18 | 12D | 2B | 3B |
| Octal | 303 | 151 | 301 | 0 | 56 | 1 | 30 | 455 | 53 | 73 |
| Binary | 11000011 | 1101001 | 11000001 | 0 | 101110 | 1 | 11000 | 100101101 | 101011 | 111011 |
Color Harmonies of #C369C1
Complementary color
Monochromatic Colors of #C369C1
Black with #C369C1
Text Example
Text Example
White with #C369C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C369C1; }
p { color: rgb(195,105,193); }
H1.HeaderClassName
{
color: #C369C1;
}
.AnyTagClassName
{
color: #C369C1;
}
</style>
background-color css
<style>
a { background-color: #C369C1; }
a { background-color: rgb(195,105,193); }
div.DivClassName
{
background-color: #C369C1;
}
.BgClassName
{
background-color: #C369C1;
}
</style>
border-color css
<style>
span { border-color: #C369C1; }
span { border-color: rgb(195,105,193); }
td.TdClassName
{
border-color: #C369C1;
}
.TagClassName
{
border-color: #C369C1;
}
</style>