Shades of Fuchsia #C964CD
Tints of Fuchsia #C964CD
RGB
CMYK
RGB Variations
Color information
#C964CD (or 0xC964CD) is known color: Fuchsia. HEX triplet: C9, 64 and CD. RGB value is (201,100,205). Sum of RGB (Red+Green+Blue) = 201+100+205=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 100 (39.45% from 255 or 19.76% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #C964CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C964CD is #369B32. Grayscale: #8D8D8D. Windows color (decimal): -3578675 or 13460681. OLE color: 13460681.
HSL color Cylindrical-coordinate representation of color #C964CD: hue angle of 297.71º degrees, saturation: 0.51, 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 #C964CD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 100 | 205 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.20 |
| HSL | 297.71º | 0.51% | 0.6% | - |
| HSV(B) | 297.71º | 0.51% | 0.8% | - |
| XYZ | 39.66 | 25.94 | 60.67 | - |
| YUV | 142.17 | 163.46 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 205 | 0.02 | 0.51 | 0 | 0.20 | 297.71 | 0.51 | 0.6 |
| Hex | C9 | 64 | CD | 2 | 33 | 0 | 14 | 12A | 33 | 3C |
| Octal | 311 | 144 | 315 | 2 | 63 | 0 | 24 | 452 | 63 | 74 |
| Binary | 11001001 | 1100100 | 11001101 | 10 | 110011 | 0 | 10100 | 100101010 | 110011 | 111100 |
Color Harmonies of #C964CD
Complementary color
Monochromatic Colors of #C964CD
Black with #C964CD
Text Example
Text Example
White with #C964CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C964CD; }
p { color: rgb(201,100,205); }
H1.HeaderClassName
{
color: #C964CD;
}
.AnyTagClassName
{
color: #C964CD;
}
</style>
background-color css
<style>
a { background-color: #C964CD; }
a { background-color: rgb(201,100,205); }
div.DivClassName
{
background-color: #C964CD;
}
.BgClassName
{
background-color: #C964CD;
}
</style>
border-color css
<style>
span { border-color: #C964CD; }
span { border-color: rgb(201,100,205); }
td.TdClassName
{
border-color: #C964CD;
}
.TagClassName
{
border-color: #C964CD;
}
</style>