Shades of Fuchsia #C64CCD
Tints of Fuchsia #C64CCD
RGB
CMYK
RGB Variations
Color information
#C64CCD (or 0xC64CCD) is known color: Fuchsia. HEX triplet: C6, 4C and CD. RGB value is (198,76,205). Sum of RGB (Red+Green+Blue) = 198+76+205=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #C64CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CCD is #39B332. Grayscale: #7E7E7E. Windows color (decimal): -3781427 or 13454534. OLE color: 13454534.
HSL color Cylindrical-coordinate representation of color #C64CCD: hue angle of 296.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64CCD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 76 | 205 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.20 |
| HSL | 296.74º | 0.56% | 0.55% | - |
| HSV(B) | 296.74º | 0.63% | 0.8% | - |
| XYZ | 36.89 | 21.58 | 59.98 | - |
| YUV | 127.18 | 171.92 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 205 | 0.03 | 0.63 | 0 | 0.20 | 296.74 | 0.56 | 0.55 |
| Hex | C6 | 4C | CD | 3 | 3F | 0 | 14 | 129 | 38 | 37 |
| Octal | 306 | 114 | 315 | 3 | 77 | 0 | 24 | 451 | 70 | 67 |
| Binary | 11000110 | 1001100 | 11001101 | 11 | 111111 | 0 | 10100 | 100101001 | 111000 | 110111 |
Color Harmonies of #C64CCD
Complementary color
Monochromatic Colors of #C64CCD
Black with #C64CCD
Text Example
Text Example
White with #C64CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CCD; }
p { color: rgb(198,76,205); }
H1.HeaderClassName
{
color: #C64CCD;
}
.AnyTagClassName
{
color: #C64CCD;
}
</style>
background-color css
<style>
a { background-color: #C64CCD; }
a { background-color: rgb(198,76,205); }
div.DivClassName
{
background-color: #C64CCD;
}
.BgClassName
{
background-color: #C64CCD;
}
</style>
border-color css
<style>
span { border-color: #C64CCD; }
span { border-color: rgb(198,76,205); }
td.TdClassName
{
border-color: #C64CCD;
}
.TagClassName
{
border-color: #C64CCD;
}
</style>