Shades of Fuchsia #C645B0
Tints of Fuchsia #C645B0
RGB
CMYK
RGB Variations
Color information
#C645B0 (or 0xC645B0) is known color: Fuchsia. HEX triplet: C6, 45 and B0. RGB value is (198,69,176). Sum of RGB (Red+Green+Blue) = 198+69+176=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 176 (69.14% from 255 or 39.73% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C645B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645B0 is #39BA4F. Grayscale: #777777. Windows color (decimal): -3783248 or 11552198. OLE color: 11552198.
HSL color Cylindrical-coordinate representation of color #C645B0: hue angle of 310.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C645B0 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 176 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.22 |
| HSL | 310.23º | 0.53% | 0.52% | - |
| HSV(B) | 310.23º | 0.65% | 0.78% | - |
| XYZ | 33.25 | 19.4 | 43.07 | - |
| YUV | 119.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 176 | 0 | 0.65 | 0.11 | 0.22 | 310.23 | 0.53 | 0.52 |
| Hex | C6 | 45 | B0 | 0 | 41 | B | 16 | 136 | 35 | 34 |
| Octal | 306 | 105 | 260 | 0 | 101 | 13 | 26 | 466 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10110000 | 0 | 1000001 | 1011 | 10110 | 100110110 | 110101 | 110100 |
Color Harmonies of #C645B0
Complementary color
Monochromatic Colors of #C645B0
Black with #C645B0
Text Example
Text Example
White with #C645B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645B0; }
p { color: rgb(198,69,176); }
H1.HeaderClassName
{
color: #C645B0;
}
.AnyTagClassName
{
color: #C645B0;
}
</style>
background-color css
<style>
a { background-color: #C645B0; }
a { background-color: rgb(198,69,176); }
div.DivClassName
{
background-color: #C645B0;
}
.BgClassName
{
background-color: #C645B0;
}
</style>
border-color css
<style>
span { border-color: #C645B0; }
span { border-color: rgb(198,69,176); }
td.TdClassName
{
border-color: #C645B0;
}
.TagClassName
{
border-color: #C645B0;
}
</style>