Shades of Fuchsia #C960C3
Tints of Fuchsia #C960C3
RGB
CMYK
RGB Variations
Color information
#C960C3 (or 0xC960C3) is known color: Fuchsia. HEX triplet: C9, 60 and C3. RGB value is (201,96,195). Sum of RGB (Red+Green+Blue) = 201+96+195=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 201 - color contains mainly: red. Hex color #C960C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C960C3 is #369F3C. Grayscale: #8A8A8A. Windows color (decimal): -3579709 or 12804297. OLE color: 12804297.
HSL color Cylindrical-coordinate representation of color #C960C3: hue angle of 303.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C960C3 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 96 | 195 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.21 |
| HSL | 303.43º | 0.49% | 0.58% | - |
| HSV(B) | 303.43º | 0.52% | 0.79% | - |
| XYZ | 38.12 | 24.72 | 54.39 | - |
| YUV | 138.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 96 | 195 | 0 | 0.52 | 0.03 | 0.21 | 303.43 | 0.49 | 0.58 |
| Hex | C9 | 60 | C3 | 0 | 34 | 3 | 15 | 12F | 31 | 3A |
| Octal | 311 | 140 | 303 | 0 | 64 | 3 | 25 | 457 | 61 | 72 |
| Binary | 11001001 | 1100000 | 11000011 | 0 | 110100 | 11 | 10101 | 100101111 | 110001 | 111010 |
Color Harmonies of #C960C3
Complementary color
Monochromatic Colors of #C960C3
Black with #C960C3
Text Example
Text Example
White with #C960C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C960C3; }
p { color: rgb(201,96,195); }
H1.HeaderClassName
{
color: #C960C3;
}
.AnyTagClassName
{
color: #C960C3;
}
</style>
background-color css
<style>
a { background-color: #C960C3; }
a { background-color: rgb(201,96,195); }
div.DivClassName
{
background-color: #C960C3;
}
.BgClassName
{
background-color: #C960C3;
}
</style>
border-color css
<style>
span { border-color: #C960C3; }
span { border-color: rgb(201,96,195); }
td.TdClassName
{
border-color: #C960C3;
}
.TagClassName
{
border-color: #C960C3;
}
</style>