Shades of Fuchsia #C649CC
Tints of Fuchsia #C649CC
RGB
CMYK
RGB Variations
Color information
#C649CC (or 0xC649CC) is known color: Fuchsia. HEX triplet: C6, 49 and CC. RGB value is (198,73,204). Sum of RGB (Red+Green+Blue) = 198+73+204=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #C649CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649CC is #39B633. Grayscale: #7C7C7C. Windows color (decimal): -3782196 or 13388230. OLE color: 13388230.
HSL color Cylindrical-coordinate representation of color #C649CC: hue angle of 297.25º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C649CC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 73 | 204 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.2 |
| HSL | 297.25º | 0.56% | 0.54% | - |
| HSV(B) | 297.25º | 0.64% | 0.8% | - |
| XYZ | 36.57 | 21.13 | 59.28 | - |
| YUV | 125.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 204 | 0.03 | 0.64 | 0 | 0.2 | 297.25 | 0.56 | 0.54 |
| Hex | C6 | 49 | CC | 3 | 40 | 0 | 14 | 129 | 38 | 36 |
| Octal | 306 | 111 | 314 | 3 | 100 | 0 | 24 | 451 | 70 | 66 |
| Binary | 11000110 | 1001001 | 11001100 | 11 | 1000000 | 0 | 10100 | 100101001 | 111000 | 110110 |
Color Harmonies of #C649CC
Complementary color
Monochromatic Colors of #C649CC
Black with #C649CC
Text Example
Text Example
White with #C649CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649CC; }
p { color: rgb(198,73,204); }
H1.HeaderClassName
{
color: #C649CC;
}
.AnyTagClassName
{
color: #C649CC;
}
</style>
background-color css
<style>
a { background-color: #C649CC; }
a { background-color: rgb(198,73,204); }
div.DivClassName
{
background-color: #C649CC;
}
.BgClassName
{
background-color: #C649CC;
}
</style>
border-color css
<style>
span { border-color: #C649CC; }
span { border-color: rgb(198,73,204); }
td.TdClassName
{
border-color: #C649CC;
}
.TagClassName
{
border-color: #C649CC;
}
</style>