Shades of Fuchsia #C964CC
Tints of Fuchsia #C964CC
RGB
CMYK
RGB Variations
Color information
#C964CC (or 0xC964CC) is known color: Fuchsia. HEX triplet: C9, 64 and CC. RGB value is (201,100,204). Sum of RGB (Red+Green+Blue) = 201+100+204=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #C964CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964CC is #369B33. Grayscale: #8D8D8D. Windows color (decimal): -3578676 or 13395145. OLE color: 13395145.
HSL color Cylindrical-coordinate representation of color #C964CC: hue angle of 298.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C964CC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 100 | 204 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.2 |
| HSL | 298.27º | 0.5% | 0.6% | - |
| HSV(B) | 298.27º | 0.51% | 0.8% | - |
| XYZ | 39.54 | 25.89 | 60.04 | - |
| YUV | 142.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 204 | 0.01 | 0.51 | 0 | 0.2 | 298.27 | 0.5 | 0.6 |
| Hex | C9 | 64 | CC | 1 | 33 | 0 | 14 | 12A | 32 | 3C |
| Octal | 311 | 144 | 314 | 1 | 63 | 0 | 24 | 452 | 62 | 74 |
| Binary | 11001001 | 1100100 | 11001100 | 1 | 110011 | 0 | 10100 | 100101010 | 110010 | 111100 |
Color Harmonies of #C964CC
Complementary color
Monochromatic Colors of #C964CC
Black with #C964CC
Text Example
Text Example
White with #C964CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964CC; }
p { color: rgb(201,100,204); }
H1.HeaderClassName
{
color: #C964CC;
}
.AnyTagClassName
{
color: #C964CC;
}
</style>
background-color css
<style>
a { background-color: #C964CC; }
a { background-color: rgb(201,100,204); }
div.DivClassName
{
background-color: #C964CC;
}
.BgClassName
{
background-color: #C964CC;
}
</style>
border-color css
<style>
span { border-color: #C964CC; }
span { border-color: rgb(201,100,204); }
td.TdClassName
{
border-color: #C964CC;
}
.TagClassName
{
border-color: #C964CC;
}
</style>