Shades of Fuchsia #C664C1
Tints of Fuchsia #C664C1
RGB
CMYK
RGB Variations
Color information
#C664C1 (or 0xC664C1) is known color: Fuchsia. HEX triplet: C6, 64 and C1. RGB value is (198,100,193). Sum of RGB (Red+Green+Blue) = 198+100+193=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C664C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C664C1 is #399B3E. Grayscale: #8B8B8B. Windows color (decimal): -3775295 or 12674246. OLE color: 12674246.
HSL color Cylindrical-coordinate representation of color #C664C1: hue angle of 303.06º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664C1 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 193 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.22 |
| HSL | 303.06º | 0.46% | 0.58% | - |
| HSV(B) | 303.06º | 0.49% | 0.78% | - |
| XYZ | 37.47 | 24.97 | 53.3 | - |
| YUV | 139.9 | 157.97 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 193 | 0 | 0.49 | 0.03 | 0.22 | 303.06 | 0.46 | 0.58 |
| Hex | C6 | 64 | C1 | 0 | 31 | 3 | 16 | 12F | 2E | 3A |
| Octal | 306 | 144 | 301 | 0 | 61 | 3 | 26 | 457 | 56 | 72 |
| Binary | 11000110 | 1100100 | 11000001 | 0 | 110001 | 11 | 10110 | 100101111 | 101110 | 111010 |
Color Harmonies of #C664C1
Complementary color
Monochromatic Colors of #C664C1
Black with #C664C1
Text Example
Text Example
White with #C664C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C664C1; }
p { color: rgb(198,100,193); }
H1.HeaderClassName
{
color: #C664C1;
}
.AnyTagClassName
{
color: #C664C1;
}
</style>
background-color css
<style>
a { background-color: #C664C1; }
a { background-color: rgb(198,100,193); }
div.DivClassName
{
background-color: #C664C1;
}
.BgClassName
{
background-color: #C664C1;
}
</style>
border-color css
<style>
span { border-color: #C664C1; }
span { border-color: rgb(198,100,193); }
td.TdClassName
{
border-color: #C664C1;
}
.TagClassName
{
border-color: #C664C1;
}
</style>