Shades of Fuchsia #C64BCC
Tints of Fuchsia #C64BCC
RGB
CMYK
RGB Variations
Color information
#C64BCC (or 0xC64BCC) is known color: Fuchsia. HEX triplet: C6, 4B and CC. RGB value is (198,75,204). Sum of RGB (Red+Green+Blue) = 198+75+204=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #C64BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64BCC is #39B433. Grayscale: #7E7E7E. Windows color (decimal): -3781684 or 13388742. OLE color: 13388742.
HSL color Cylindrical-coordinate representation of color #C64BCC: hue angle of 297.21º 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 #C64BCC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 75 | 204 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.2 |
| HSL | 297.21º | 0.56% | 0.55% | - |
| HSV(B) | 297.21º | 0.63% | 0.8% | - |
| XYZ | 36.7 | 21.4 | 59.32 | - |
| YUV | 126.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 204 | 0.03 | 0.63 | 0 | 0.2 | 297.21 | 0.56 | 0.55 |
| Hex | C6 | 4B | CC | 3 | 3F | 0 | 14 | 129 | 38 | 37 |
| Octal | 306 | 113 | 314 | 3 | 77 | 0 | 24 | 451 | 70 | 67 |
| Binary | 11000110 | 1001011 | 11001100 | 11 | 111111 | 0 | 10100 | 100101001 | 111000 | 110111 |
Color Harmonies of #C64BCC
Complementary color
Monochromatic Colors of #C64BCC
Black with #C64BCC
Text Example
Text Example
White with #C64BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64BCC; }
p { color: rgb(198,75,204); }
H1.HeaderClassName
{
color: #C64BCC;
}
.AnyTagClassName
{
color: #C64BCC;
}
</style>
background-color css
<style>
a { background-color: #C64BCC; }
a { background-color: rgb(198,75,204); }
div.DivClassName
{
background-color: #C64BCC;
}
.BgClassName
{
background-color: #C64BCC;
}
</style>
border-color css
<style>
span { border-color: #C64BCC; }
span { border-color: rgb(198,75,204); }
td.TdClassName
{
border-color: #C64BCC;
}
.TagClassName
{
border-color: #C64BCC;
}
</style>