Shades of Fuchsia #C963C5
Tints of Fuchsia #C963C5
RGB
CMYK
RGB Variations
Color information
#C963C5 (or 0xC963C5) is known color: Fuchsia. HEX triplet: C9, 63 and C5. RGB value is (201,99,197). Sum of RGB (Red+Green+Blue) = 201+99+197=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 197 (77.34% from 255 or 39.64% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C963C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963C5 is #369C3A. Grayscale: #8C8C8C. Windows color (decimal): -3578939 or 12936137. OLE color: 12936137.
HSL color Cylindrical-coordinate representation of color #C963C5: hue angle of 302.35º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C963C5 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 197 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.21 |
| HSL | 302.35º | 0.49% | 0.59% | - |
| HSV(B) | 302.35º | 0.51% | 0.79% | - |
| XYZ | 38.63 | 25.37 | 55.68 | - |
| YUV | 140.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 197 | 0 | 0.51 | 0.02 | 0.21 | 302.35 | 0.49 | 0.59 |
| Hex | C9 | 63 | C5 | 0 | 33 | 2 | 15 | 12E | 31 | 3B |
| Octal | 311 | 143 | 305 | 0 | 63 | 2 | 25 | 456 | 61 | 73 |
| Binary | 11001001 | 1100011 | 11000101 | 0 | 110011 | 10 | 10101 | 100101110 | 110001 | 111011 |
Color Harmonies of #C963C5
Complementary color
Monochromatic Colors of #C963C5
Black with #C963C5
Text Example
Text Example
White with #C963C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C963C5; }
p { color: rgb(201,99,197); }
H1.HeaderClassName
{
color: #C963C5;
}
.AnyTagClassName
{
color: #C963C5;
}
</style>
background-color css
<style>
a { background-color: #C963C5; }
a { background-color: rgb(201,99,197); }
div.DivClassName
{
background-color: #C963C5;
}
.BgClassName
{
background-color: #C963C5;
}
</style>
border-color css
<style>
span { border-color: #C963C5; }
span { border-color: rgb(201,99,197); }
td.TdClassName
{
border-color: #C963C5;
}
.TagClassName
{
border-color: #C963C5;
}
</style>