Shades of Fuchsia #C64CAD
Tints of Fuchsia #C64CAD
RGB
CMYK
RGB Variations
Color information
#C64CAD (or 0xC64CAD) is known color: Fuchsia. HEX triplet: C6, 4C and AD. RGB value is (198,76,173). Sum of RGB (Red+Green+Blue) = 198+76+173=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CAD is #39B352. Grayscale: #7B7B7B. Windows color (decimal): -3781459 or 11357382. OLE color: 11357382.
HSL color Cylindrical-coordinate representation of color #C64CAD: hue angle of 312.3º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64CAD is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 173 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.22 |
| HSL | 312.3º | 0.52% | 0.54% | - |
| HSV(B) | 312.3º | 0.62% | 0.78% | - |
| XYZ | 33.42 | 20.19 | 41.67 | - |
| YUV | 123.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 173 | 0 | 0.62 | 0.13 | 0.22 | 312.3 | 0.52 | 0.54 |
| Hex | C6 | 4C | AD | 0 | 3E | D | 16 | 138 | 34 | 36 |
| Octal | 306 | 114 | 255 | 0 | 76 | 15 | 26 | 470 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10101101 | 0 | 111110 | 1101 | 10110 | 100111000 | 110100 | 110110 |
Color Harmonies of #C64CAD
Complementary color
Monochromatic Colors of #C64CAD
Black with #C64CAD
Text Example
Text Example
White with #C64CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CAD; }
p { color: rgb(198,76,173); }
H1.HeaderClassName
{
color: #C64CAD;
}
.AnyTagClassName
{
color: #C64CAD;
}
</style>
background-color css
<style>
a { background-color: #C64CAD; }
a { background-color: rgb(198,76,173); }
div.DivClassName
{
background-color: #C64CAD;
}
.BgClassName
{
background-color: #C64CAD;
}
</style>
border-color css
<style>
span { border-color: #C64CAD; }
span { border-color: rgb(198,76,173); }
td.TdClassName
{
border-color: #C64CAD;
}
.TagClassName
{
border-color: #C64CAD;
}
</style>