Shades of Fuchsia #C645BC
Tints of Fuchsia #C645BC
RGB
CMYK
RGB Variations
Color information
#C645BC (or 0xC645BC) is known color: Fuchsia. HEX triplet: C6, 45 and BC. RGB value is (198,69,188). Sum of RGB (Red+Green+Blue) = 198+69+188=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C645BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645BC is #39BA43. Grayscale: #787878. Windows color (decimal): -3783236 or 12338630. OLE color: 12338630.
HSL color Cylindrical-coordinate representation of color #C645BC: hue angle of 304.65º 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 #C645BC is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 188 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.22 |
| HSL | 304.65º | 0.53% | 0.52% | - |
| HSV(B) | 304.65º | 0.65% | 0.78% | - |
| XYZ | 34.49 | 19.89 | 49.6 | - |
| YUV | 121.14 | 165.74 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 188 | 0 | 0.65 | 0.05 | 0.22 | 304.65 | 0.53 | 0.52 |
| Hex | C6 | 45 | BC | 0 | 41 | 5 | 16 | 131 | 35 | 34 |
| Octal | 306 | 105 | 274 | 0 | 101 | 5 | 26 | 461 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10111100 | 0 | 1000001 | 101 | 10110 | 100110001 | 110101 | 110100 |
Color Harmonies of #C645BC
Complementary color
Monochromatic Colors of #C645BC
Black with #C645BC
Text Example
Text Example
White with #C645BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645BC; }
p { color: rgb(198,69,188); }
H1.HeaderClassName
{
color: #C645BC;
}
.AnyTagClassName
{
color: #C645BC;
}
</style>
background-color css
<style>
a { background-color: #C645BC; }
a { background-color: rgb(198,69,188); }
div.DivClassName
{
background-color: #C645BC;
}
.BgClassName
{
background-color: #C645BC;
}
</style>
border-color css
<style>
span { border-color: #C645BC; }
span { border-color: rgb(198,69,188); }
td.TdClassName
{
border-color: #C645BC;
}
.TagClassName
{
border-color: #C645BC;
}
</style>