Shades of Fuchsia #C965CD
Tints of Fuchsia #C965CD
RGB
CMYK
RGB Variations
Color information
#C965CD (or 0xC965CD) is known color: Fuchsia. HEX triplet: C9, 65 and CD. RGB value is (201,101,205). Sum of RGB (Red+Green+Blue) = 201+101+205=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #C965CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C965CD is #369A32. Grayscale: #8E8E8E. Windows color (decimal): -3578419 or 13460937. OLE color: 13460937.
HSL color Cylindrical-coordinate representation of color #C965CD: hue angle of 297.69º 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 #C965CD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 101 | 205 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.20 |
| HSL | 297.69º | 0.51% | 0.6% | - |
| HSV(B) | 297.69º | 0.51% | 0.8% | - |
| XYZ | 39.76 | 26.13 | 60.71 | - |
| YUV | 142.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 205 | 0.02 | 0.51 | 0 | 0.20 | 297.69 | 0.51 | 0.6 |
| Hex | C9 | 65 | CD | 2 | 33 | 0 | 14 | 12A | 33 | 3C |
| Octal | 311 | 145 | 315 | 2 | 63 | 0 | 24 | 452 | 63 | 74 |
| Binary | 11001001 | 1100101 | 11001101 | 10 | 110011 | 0 | 10100 | 100101010 | 110011 | 111100 |
Color Harmonies of #C965CD
Complementary color
Monochromatic Colors of #C965CD
Black with #C965CD
Text Example
Text Example
White with #C965CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C965CD; }
p { color: rgb(201,101,205); }
H1.HeaderClassName
{
color: #C965CD;
}
.AnyTagClassName
{
color: #C965CD;
}
</style>
background-color css
<style>
a { background-color: #C965CD; }
a { background-color: rgb(201,101,205); }
div.DivClassName
{
background-color: #C965CD;
}
.BgClassName
{
background-color: #C965CD;
}
</style>
border-color css
<style>
span { border-color: #C965CD; }
span { border-color: rgb(201,101,205); }
td.TdClassName
{
border-color: #C965CD;
}
.TagClassName
{
border-color: #C965CD;
}
</style>