Shades of Fuchsia #C960CD
Tints of Fuchsia #C960CD
RGB
CMYK
RGB Variations
Color information
#C960CD (or 0xC960CD) is known color: Fuchsia. HEX triplet: C9, 60 and CD. RGB value is (201,96,205). Sum of RGB (Red+Green+Blue) = 201+96+205=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C960CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960CD is #369F32. Grayscale: #8B8B8B. Windows color (decimal): -3579699 or 13459657. OLE color: 13459657.
HSL color Cylindrical-coordinate representation of color #C960CD: hue angle of 297.8º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C960CD is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 96 | 205 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.20 |
| HSL | 297.8º | 0.52% | 0.59% | - |
| HSV(B) | 297.8º | 0.53% | 0.8% | - |
| XYZ | 39.29 | 25.19 | 60.55 | - |
| YUV | 139.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 205 | 0.02 | 0.53 | 0 | 0.20 | 297.8 | 0.52 | 0.59 |
| Hex | C9 | 60 | CD | 2 | 35 | 0 | 14 | 12A | 34 | 3B |
| Octal | 311 | 140 | 315 | 2 | 65 | 0 | 24 | 452 | 64 | 73 |
| Binary | 11001001 | 1100000 | 11001101 | 10 | 110101 | 0 | 10100 | 100101010 | 110100 | 111011 |
Color Harmonies of #C960CD
Complementary color
Monochromatic Colors of #C960CD
Black with #C960CD
Text Example
Text Example
White with #C960CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960CD; }
p { color: rgb(201,96,205); }
H1.HeaderClassName
{
color: #C960CD;
}
.AnyTagClassName
{
color: #C960CD;
}
</style>
background-color css
<style>
a { background-color: #C960CD; }
a { background-color: rgb(201,96,205); }
div.DivClassName
{
background-color: #C960CD;
}
.BgClassName
{
background-color: #C960CD;
}
</style>
border-color css
<style>
span { border-color: #C960CD; }
span { border-color: rgb(201,96,205); }
td.TdClassName
{
border-color: #C960CD;
}
.TagClassName
{
border-color: #C960CD;
}
</style>