Shades of Fuchsia #C664CC
Tints of Fuchsia #C664CC
RGB
CMYK
RGB Variations
Color information
#C664CC (or 0xC664CC) is known color: Fuchsia. HEX triplet: C6, 64 and CC. RGB value is (198,100,204). Sum of RGB (Red+Green+Blue) = 198+100+204=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C664CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664CC is #399B33. Grayscale: #8C8C8C. Windows color (decimal): -3775284 or 13395142. OLE color: 13395142.
HSL color Cylindrical-coordinate representation of color #C664CC: hue angle of 296.54º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C664CC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 100 | 204 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.2 |
| HSL | 296.54º | 0.5% | 0.6% | - |
| HSV(B) | 296.54º | 0.51% | 0.8% | - |
| XYZ | 38.74 | 25.48 | 60 | - |
| YUV | 141.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 204 | 0.03 | 0.51 | 0 | 0.2 | 296.54 | 0.5 | 0.6 |
| Hex | C6 | 64 | CC | 3 | 33 | 0 | 14 | 129 | 32 | 3C |
| Octal | 306 | 144 | 314 | 3 | 63 | 0 | 24 | 451 | 62 | 74 |
| Binary | 11000110 | 1100100 | 11001100 | 11 | 110011 | 0 | 10100 | 100101001 | 110010 | 111100 |
Color Harmonies of #C664CC
Complementary color
Monochromatic Colors of #C664CC
Black with #C664CC
Text Example
Text Example
White with #C664CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664CC; }
p { color: rgb(198,100,204); }
H1.HeaderClassName
{
color: #C664CC;
}
.AnyTagClassName
{
color: #C664CC;
}
</style>
background-color css
<style>
a { background-color: #C664CC; }
a { background-color: rgb(198,100,204); }
div.DivClassName
{
background-color: #C664CC;
}
.BgClassName
{
background-color: #C664CC;
}
</style>
border-color css
<style>
span { border-color: #C664CC; }
span { border-color: rgb(198,100,204); }
td.TdClassName
{
border-color: #C664CC;
}
.TagClassName
{
border-color: #C664CC;
}
</style>