Shades of Fuchsia #C660C7
Tints of Fuchsia #C660C7
RGB
CMYK
RGB Variations
Color information
#C660C7 (or 0xC660C7) is known color: Fuchsia. HEX triplet: C6, 60 and C7. RGB value is (198,96,199). Sum of RGB (Red+Green+Blue) = 198+96+199=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 199 - color contains mainly: blue. Hex color #C660C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660C7 is #399F38. Grayscale: #898989. Windows color (decimal): -3776313 or 13066438. OLE color: 13066438.
HSL color Cylindrical-coordinate representation of color #C660C7: hue angle of 299.42º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C660C7 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 199 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.22 |
| HSL | 299.42º | 0.48% | 0.58% | - |
| HSV(B) | 299.42º | 0.52% | 0.78% | - |
| XYZ | 37.78 | 24.5 | 56.77 | - |
| YUV | 138.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 199 | 0.01 | 0.52 | 0 | 0.22 | 299.42 | 0.48 | 0.58 |
| Hex | C6 | 60 | C7 | 1 | 34 | 0 | 16 | 12B | 30 | 3A |
| Octal | 306 | 140 | 307 | 1 | 64 | 0 | 26 | 453 | 60 | 72 |
| Binary | 11000110 | 1100000 | 11000111 | 1 | 110100 | 0 | 10110 | 100101011 | 110000 | 111010 |
Color Harmonies of #C660C7
Complementary color
Monochromatic Colors of #C660C7
Black with #C660C7
Text Example
Text Example
White with #C660C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660C7; }
p { color: rgb(198,96,199); }
H1.HeaderClassName
{
color: #C660C7;
}
.AnyTagClassName
{
color: #C660C7;
}
</style>
background-color css
<style>
a { background-color: #C660C7; }
a { background-color: rgb(198,96,199); }
div.DivClassName
{
background-color: #C660C7;
}
.BgClassName
{
background-color: #C660C7;
}
</style>
border-color css
<style>
span { border-color: #C660C7; }
span { border-color: rgb(198,96,199); }
td.TdClassName
{
border-color: #C660C7;
}
.TagClassName
{
border-color: #C660C7;
}
</style>