Shades of Fuchsia #C569C1
Tints of Fuchsia #C569C1
RGB
CMYK
RGB Variations
Color information
#C569C1 (or 0xC569C1) is known color: Fuchsia. HEX triplet: C5, 69 and C1. RGB value is (197,105,193). Sum of RGB (Red+Green+Blue) = 197+105+193=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C569C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C569C1 is #3A963E. Grayscale: #8E8E8E. Windows color (decimal): -3839551 or 12675525. OLE color: 12675525.
HSL color Cylindrical-coordinate representation of color #C569C1: hue angle of 302.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C569C1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 193 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.23 |
| HSL | 302.61º | 0.44% | 0.59% | - |
| HSV(B) | 302.61º | 0.47% | 0.77% | - |
| XYZ | 37.7 | 25.82 | 53.45 | - |
| YUV | 142.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 193 | 0 | 0.47 | 0.02 | 0.23 | 302.61 | 0.44 | 0.59 |
| Hex | C5 | 69 | C1 | 0 | 2F | 2 | 17 | 12F | 2C | 3B |
| Octal | 305 | 151 | 301 | 0 | 57 | 2 | 27 | 457 | 54 | 73 |
| Binary | 11000101 | 1101001 | 11000001 | 0 | 101111 | 10 | 10111 | 100101111 | 101100 | 111011 |
Color Harmonies of #C569C1
Complementary color
Monochromatic Colors of #C569C1
Black with #C569C1
Text Example
Text Example
White with #C569C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C569C1; }
p { color: rgb(197,105,193); }
H1.HeaderClassName
{
color: #C569C1;
}
.AnyTagClassName
{
color: #C569C1;
}
</style>
background-color css
<style>
a { background-color: #C569C1; }
a { background-color: rgb(197,105,193); }
div.DivClassName
{
background-color: #C569C1;
}
.BgClassName
{
background-color: #C569C1;
}
</style>
border-color css
<style>
span { border-color: #C569C1; }
span { border-color: rgb(197,105,193); }
td.TdClassName
{
border-color: #C569C1;
}
.TagClassName
{
border-color: #C569C1;
}
</style>