Shades of Fuchsia #C649B5
Tints of Fuchsia #C649B5
RGB
CMYK
RGB Variations
Color information
#C649B5 (or 0xC649B5) is known color: Fuchsia. HEX triplet: C6, 49 and B5. RGB value is (198,73,181). Sum of RGB (Red+Green+Blue) = 198+73+181=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C649B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649B5 is #39B64A. Grayscale: #7A7A7A. Windows color (decimal): -3782219 or 11880902. OLE color: 11880902.
HSL color Cylindrical-coordinate representation of color #C649B5: hue angle of 308.16º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C649B5 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 181 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.22 |
| HSL | 308.16º | 0.52% | 0.53% | - |
| HSV(B) | 308.16º | 0.63% | 0.78% | - |
| XYZ | 34.01 | 20.11 | 45.8 | - |
| YUV | 122.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 181 | 0 | 0.63 | 0.09 | 0.22 | 308.16 | 0.52 | 0.53 |
| Hex | C6 | 49 | B5 | 0 | 3F | 9 | 16 | 134 | 34 | 35 |
| Octal | 306 | 111 | 265 | 0 | 77 | 11 | 26 | 464 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10110101 | 0 | 111111 | 1001 | 10110 | 100110100 | 110100 | 110101 |
Color Harmonies of #C649B5
Complementary color
Monochromatic Colors of #C649B5
Black with #C649B5
Text Example
Text Example
White with #C649B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649B5; }
p { color: rgb(198,73,181); }
H1.HeaderClassName
{
color: #C649B5;
}
.AnyTagClassName
{
color: #C649B5;
}
</style>
background-color css
<style>
a { background-color: #C649B5; }
a { background-color: rgb(198,73,181); }
div.DivClassName
{
background-color: #C649B5;
}
.BgClassName
{
background-color: #C649B5;
}
</style>
border-color css
<style>
span { border-color: #C649B5; }
span { border-color: rgb(198,73,181); }
td.TdClassName
{
border-color: #C649B5;
}
.TagClassName
{
border-color: #C649B5;
}
</style>