Shades of Fuchsia #C964C5
Tints of Fuchsia #C964C5
RGB
CMYK
RGB Variations
Color information
#C964C5 (or 0xC964C5) is known color: Fuchsia. HEX triplet: C9, 64 and C5. RGB value is (201,100,197). Sum of RGB (Red+Green+Blue) = 201+100+197=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 100 (39.45% from 255 or 20.08% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C964C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964C5 is #369B3A. Grayscale: #8C8C8C. Windows color (decimal): -3578683 or 12936393. OLE color: 12936393.
HSL color Cylindrical-coordinate representation of color #C964C5: hue angle of 302.38º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C964C5 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 197 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.21 |
| HSL | 302.38º | 0.48% | 0.59% | - |
| HSV(B) | 302.38º | 0.5% | 0.79% | - |
| XYZ | 38.72 | 25.56 | 55.72 | - |
| YUV | 141.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 197 | 0 | 0.50 | 0.02 | 0.21 | 302.38 | 0.48 | 0.59 |
| Hex | C9 | 64 | C5 | 0 | 32 | 2 | 15 | 12E | 30 | 3B |
| Octal | 311 | 144 | 305 | 0 | 62 | 2 | 25 | 456 | 60 | 73 |
| Binary | 11001001 | 1100100 | 11000101 | 0 | 110010 | 10 | 10101 | 100101110 | 110000 | 111011 |
Color Harmonies of #C964C5
Complementary color
Monochromatic Colors of #C964C5
Black with #C964C5
Text Example
Text Example
White with #C964C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964C5; }
p { color: rgb(201,100,197); }
H1.HeaderClassName
{
color: #C964C5;
}
.AnyTagClassName
{
color: #C964C5;
}
</style>
background-color css
<style>
a { background-color: #C964C5; }
a { background-color: rgb(201,100,197); }
div.DivClassName
{
background-color: #C964C5;
}
.BgClassName
{
background-color: #C964C5;
}
</style>
border-color css
<style>
span { border-color: #C964C5; }
span { border-color: rgb(201,100,197); }
td.TdClassName
{
border-color: #C964C5;
}
.TagClassName
{
border-color: #C964C5;
}
</style>