Shades of Fuchsia #C660C9
Tints of Fuchsia #C660C9
RGB
CMYK
RGB Variations
Color information
#C660C9 (or 0xC660C9) is known color: Fuchsia. HEX triplet: C6, 60 and C9. RGB value is (198,96,201). Sum of RGB (Red+Green+Blue) = 198+96+201=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #C660C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660C9 is #399F36. Grayscale: #8A8A8A. Windows color (decimal): -3776311 or 13197510. OLE color: 13197510.
HSL color Cylindrical-coordinate representation of color #C660C9: hue angle of 298.29º 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 #C660C9 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 96 | 201 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.21 |
| HSL | 298.29º | 0.49% | 0.58% | - |
| HSV(B) | 298.29º | 0.52% | 0.79% | - |
| XYZ | 38.01 | 24.59 | 58 | - |
| YUV | 138.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 201 | 0.01 | 0.52 | 0 | 0.21 | 298.29 | 0.49 | 0.58 |
| Hex | C6 | 60 | C9 | 1 | 34 | 0 | 15 | 12A | 31 | 3A |
| Octal | 306 | 140 | 311 | 1 | 64 | 0 | 25 | 452 | 61 | 72 |
| Binary | 11000110 | 1100000 | 11001001 | 1 | 110100 | 0 | 10101 | 100101010 | 110001 | 111010 |
Color Harmonies of #C660C9
Complementary color
Monochromatic Colors of #C660C9
Black with #C660C9
Text Example
Text Example
White with #C660C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660C9; }
p { color: rgb(198,96,201); }
H1.HeaderClassName
{
color: #C660C9;
}
.AnyTagClassName
{
color: #C660C9;
}
</style>
background-color css
<style>
a { background-color: #C660C9; }
a { background-color: rgb(198,96,201); }
div.DivClassName
{
background-color: #C660C9;
}
.BgClassName
{
background-color: #C660C9;
}
</style>
border-color css
<style>
span { border-color: #C660C9; }
span { border-color: rgb(198,96,201); }
td.TdClassName
{
border-color: #C660C9;
}
.TagClassName
{
border-color: #C660C9;
}
</style>