Shades of Fuchsia #C649B6
Tints of Fuchsia #C649B6
RGB
CMYK
RGB Variations
Color information
#C649B6 (or 0xC649B6) is known color: Fuchsia. HEX triplet: C6, 49 and B6. RGB value is (198,73,182). Sum of RGB (Red+Green+Blue) = 198+73+182=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C649B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C649B6 is #39B649. Grayscale: #7A7A7A. Windows color (decimal): -3782218 or 11946438. OLE color: 11946438.
HSL color Cylindrical-coordinate representation of color #C649B6: hue angle of 307.68º 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 #C649B6 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 182 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.22 |
| HSL | 307.68º | 0.52% | 0.53% | - |
| HSV(B) | 307.68º | 0.63% | 0.78% | - |
| XYZ | 34.11 | 20.15 | 46.35 | - |
| YUV | 122.8 | 161.41 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 182 | 0 | 0.63 | 0.08 | 0.22 | 307.68 | 0.52 | 0.53 |
| Hex | C6 | 49 | B6 | 0 | 3F | 8 | 16 | 134 | 34 | 35 |
| Octal | 306 | 111 | 266 | 0 | 77 | 10 | 26 | 464 | 64 | 65 |
| Binary | 11000110 | 1001001 | 10110110 | 0 | 111111 | 1000 | 10110 | 100110100 | 110100 | 110101 |
Color Harmonies of #C649B6
Complementary color
Monochromatic Colors of #C649B6
Black with #C649B6
Text Example
Text Example
White with #C649B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C649B6; }
p { color: rgb(198,73,182); }
H1.HeaderClassName
{
color: #C649B6;
}
.AnyTagClassName
{
color: #C649B6;
}
</style>
background-color css
<style>
a { background-color: #C649B6; }
a { background-color: rgb(198,73,182); }
div.DivClassName
{
background-color: #C649B6;
}
.BgClassName
{
background-color: #C649B6;
}
</style>
border-color css
<style>
span { border-color: #C649B6; }
span { border-color: rgb(198,73,182); }
td.TdClassName
{
border-color: #C649B6;
}
.TagClassName
{
border-color: #C649B6;
}
</style>