Shades of Fuchsia #C649C8
Tints of Fuchsia #C649C8
RGB
CMYK
RGB Variations
Color information
#C649C8 (or 0xC649C8) is known color: Fuchsia. HEX triplet: C6, 49 and C8. RGB value is (198,73,200). Sum of RGB (Red+Green+Blue) = 198+73+200=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #C649C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649C8 is #39B637. Grayscale: #7C7C7C. Windows color (decimal): -3782200 or 13126086. OLE color: 13126086.
HSL color Cylindrical-coordinate representation of color #C649C8: hue angle of 299.06º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C649C8 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 200 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.22 |
| HSL | 299.06º | 0.54% | 0.54% | - |
| HSV(B) | 299.06º | 0.64% | 0.78% | - |
| XYZ | 36.1 | 20.94 | 56.78 | - |
| YUV | 124.85 | 170.41 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 200 | 0.01 | 0.64 | 0 | 0.22 | 299.06 | 0.54 | 0.54 |
| Hex | C6 | 49 | C8 | 1 | 40 | 0 | 16 | 12B | 36 | 36 |
| Octal | 306 | 111 | 310 | 1 | 100 | 0 | 26 | 453 | 66 | 66 |
| Binary | 11000110 | 1001001 | 11001000 | 1 | 1000000 | 0 | 10110 | 100101011 | 110110 | 110110 |
Color Harmonies of #C649C8
Complementary color
Monochromatic Colors of #C649C8
Black with #C649C8
Text Example
Text Example
White with #C649C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649C8; }
p { color: rgb(198,73,200); }
H1.HeaderClassName
{
color: #C649C8;
}
.AnyTagClassName
{
color: #C649C8;
}
</style>
background-color css
<style>
a { background-color: #C649C8; }
a { background-color: rgb(198,73,200); }
div.DivClassName
{
background-color: #C649C8;
}
.BgClassName
{
background-color: #C649C8;
}
</style>
border-color css
<style>
span { border-color: #C649C8; }
span { border-color: rgb(198,73,200); }
td.TdClassName
{
border-color: #C649C8;
}
.TagClassName
{
border-color: #C649C8;
}
</style>