Shades of Fuchsia #C968C0
Tints of Fuchsia #C968C0
RGB
CMYK
RGB Variations
Color information
#C968C0 (or 0xC968C0) is known color: Fuchsia. HEX triplet: C9, 68 and C0. RGB value is (201,104,192). Sum of RGB (Red+Green+Blue) = 201+104+192=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C968C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968C0 is #36973F. Grayscale: #8E8E8E. Windows color (decimal): -3577664 or 12609737. OLE color: 12609737.
HSL color Cylindrical-coordinate representation of color #C968C0: hue angle of 305.57º 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 #C968C0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 192 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.21 |
| HSL | 305.57º | 0.47% | 0.6% | - |
| HSV(B) | 305.57º | 0.48% | 0.79% | - |
| XYZ | 38.55 | 26.12 | 52.88 | - |
| YUV | 143.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 192 | 0 | 0.48 | 0.04 | 0.21 | 305.57 | 0.47 | 0.6 |
| Hex | C9 | 68 | C0 | 0 | 30 | 4 | 15 | 132 | 2F | 3C |
| Octal | 311 | 150 | 300 | 0 | 60 | 4 | 25 | 462 | 57 | 74 |
| Binary | 11001001 | 1101000 | 11000000 | 0 | 110000 | 100 | 10101 | 100110010 | 101111 | 111100 |
Color Harmonies of #C968C0
Complementary color
Monochromatic Colors of #C968C0
Black with #C968C0
Text Example
Text Example
White with #C968C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968C0; }
p { color: rgb(201,104,192); }
H1.HeaderClassName
{
color: #C968C0;
}
.AnyTagClassName
{
color: #C968C0;
}
</style>
background-color css
<style>
a { background-color: #C968C0; }
a { background-color: rgb(201,104,192); }
div.DivClassName
{
background-color: #C968C0;
}
.BgClassName
{
background-color: #C968C0;
}
</style>
border-color css
<style>
span { border-color: #C968C0; }
span { border-color: rgb(201,104,192); }
td.TdClassName
{
border-color: #C968C0;
}
.TagClassName
{
border-color: #C968C0;
}
</style>