Shades of Fuchsia #C645BB
Tints of Fuchsia #C645BB
RGB
CMYK
RGB Variations
Color information
#C645BB (or 0xC645BB) is known color: Fuchsia. HEX triplet: C6, 45 and BB. RGB value is (198,69,187). Sum of RGB (Red+Green+Blue) = 198+69+187=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C645BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C645BB is #39BA44. Grayscale: #787878. Windows color (decimal): -3783237 or 12273094. OLE color: 12273094.
HSL color Cylindrical-coordinate representation of color #C645BB: hue angle of 305.12º 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 #C645BB is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 187 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.22 |
| HSL | 305.12º | 0.53% | 0.52% | - |
| HSV(B) | 305.12º | 0.65% | 0.78% | - |
| XYZ | 34.39 | 19.85 | 49.03 | - |
| YUV | 121.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 187 | 0 | 0.65 | 0.06 | 0.22 | 305.12 | 0.53 | 0.52 |
| Hex | C6 | 45 | BB | 0 | 41 | 6 | 16 | 131 | 35 | 34 |
| Octal | 306 | 105 | 273 | 0 | 101 | 6 | 26 | 461 | 65 | 64 |
| Binary | 11000110 | 1000101 | 10111011 | 0 | 1000001 | 110 | 10110 | 100110001 | 110101 | 110100 |
Color Harmonies of #C645BB
Complementary color
Monochromatic Colors of #C645BB
Black with #C645BB
Text Example
Text Example
White with #C645BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645BB; }
p { color: rgb(198,69,187); }
H1.HeaderClassName
{
color: #C645BB;
}
.AnyTagClassName
{
color: #C645BB;
}
</style>
background-color css
<style>
a { background-color: #C645BB; }
a { background-color: rgb(198,69,187); }
div.DivClassName
{
background-color: #C645BB;
}
.BgClassName
{
background-color: #C645BB;
}
</style>
border-color css
<style>
span { border-color: #C645BB; }
span { border-color: rgb(198,69,187); }
td.TdClassName
{
border-color: #C645BB;
}
.TagClassName
{
border-color: #C645BB;
}
</style>