Shades of Fuchsia #C968C1
Tints of Fuchsia #C968C1
RGB
CMYK
RGB Variations
Color information
#C968C1 (or 0xC968C1) is known color: Fuchsia. HEX triplet: C9, 68 and C1. RGB value is (201,104,193). Sum of RGB (Red+Green+Blue) = 201+104+193=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C968C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968C1 is #36973E. Grayscale: #8E8E8E. Windows color (decimal): -3577663 or 12675273. OLE color: 12675273.
HSL color Cylindrical-coordinate representation of color #C968C1: hue angle of 304.95º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C968C1 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 193 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.21 |
| HSL | 304.95º | 0.47% | 0.6% | - |
| HSV(B) | 304.95º | 0.48% | 0.79% | - |
| XYZ | 38.66 | 26.17 | 53.47 | - |
| YUV | 143.15 | 156.14 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 193 | 0 | 0.48 | 0.04 | 0.21 | 304.95 | 0.47 | 0.6 |
| Hex | C9 | 68 | C1 | 0 | 30 | 4 | 15 | 131 | 2F | 3C |
| Octal | 311 | 150 | 301 | 0 | 60 | 4 | 25 | 461 | 57 | 74 |
| Binary | 11001001 | 1101000 | 11000001 | 0 | 110000 | 100 | 10101 | 100110001 | 101111 | 111100 |
Color Harmonies of #C968C1
Complementary color
Monochromatic Colors of #C968C1
Black with #C968C1
Text Example
Text Example
White with #C968C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968C1; }
p { color: rgb(201,104,193); }
H1.HeaderClassName
{
color: #C968C1;
}
.AnyTagClassName
{
color: #C968C1;
}
</style>
background-color css
<style>
a { background-color: #C968C1; }
a { background-color: rgb(201,104,193); }
div.DivClassName
{
background-color: #C968C1;
}
.BgClassName
{
background-color: #C968C1;
}
</style>
border-color css
<style>
span { border-color: #C968C1; }
span { border-color: rgb(201,104,193); }
td.TdClassName
{
border-color: #C968C1;
}
.TagClassName
{
border-color: #C968C1;
}
</style>