Shades of Fuchsia #C663CE
Tints of Fuchsia #C663CE
RGB
CMYK
RGB Variations
Color information
#C663CE (or 0xC663CE) is known color: Fuchsia. HEX triplet: C6, 63 and CE. RGB value is (198,99,206). Sum of RGB (Red+Green+Blue) = 198+99+206=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C663CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663CE is #399C31. Grayscale: #8C8C8C. Windows color (decimal): -3775538 or 13525958. OLE color: 13525958.
HSL color Cylindrical-coordinate representation of color #C663CE: hue angle of 295.51º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C663CE is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 99 | 206 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.19 |
| HSL | 295.51º | 0.52% | 0.6% | - |
| HSV(B) | 295.51º | 0.52% | 0.81% | - |
| XYZ | 38.89 | 25.39 | 61.24 | - |
| YUV | 140.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 206 | 0.04 | 0.52 | 0 | 0.19 | 295.51 | 0.52 | 0.6 |
| Hex | C6 | 63 | CE | 4 | 34 | 0 | 13 | 128 | 34 | 3C |
| Octal | 306 | 143 | 316 | 4 | 64 | 0 | 23 | 450 | 64 | 74 |
| Binary | 11000110 | 1100011 | 11001110 | 100 | 110100 | 0 | 10011 | 100101000 | 110100 | 111100 |
Color Harmonies of #C663CE
Complementary color
Monochromatic Colors of #C663CE
Black with #C663CE
Text Example
Text Example
White with #C663CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663CE; }
p { color: rgb(198,99,206); }
H1.HeaderClassName
{
color: #C663CE;
}
.AnyTagClassName
{
color: #C663CE;
}
</style>
background-color css
<style>
a { background-color: #C663CE; }
a { background-color: rgb(198,99,206); }
div.DivClassName
{
background-color: #C663CE;
}
.BgClassName
{
background-color: #C663CE;
}
</style>
border-color css
<style>
span { border-color: #C663CE; }
span { border-color: rgb(198,99,206); }
td.TdClassName
{
border-color: #C663CE;
}
.TagClassName
{
border-color: #C663CE;
}
</style>