Shades of Fuchsia #C670B7
Tints of Fuchsia #C670B7
RGB
CMYK
RGB Variations
Color information
#C670B7 (or 0xC670B7) is known color: Fuchsia. HEX triplet: C6, 70 and B7. RGB value is (198,112,183). Sum of RGB (Red+Green+Blue) = 198+112+183=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C670B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670B7 is #398F48. Grayscale: #919191. Windows color (decimal): -3772233 or 12021958. OLE color: 12021958.
HSL color Cylindrical-coordinate representation of color #C670B7: hue angle of 310.47º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C670B7 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 112 | 183 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.22 |
| HSL | 310.47º | 0.43% | 0.61% | - |
| HSV(B) | 310.47º | 0.43% | 0.78% | - |
| XYZ | 37.63 | 27.01 | 48.03 | - |
| YUV | 145.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 183 | 0 | 0.43 | 0.08 | 0.22 | 310.47 | 0.43 | 0.61 |
| Hex | C6 | 70 | B7 | 0 | 2B | 8 | 16 | 136 | 2B | 3D |
| Octal | 306 | 160 | 267 | 0 | 53 | 10 | 26 | 466 | 53 | 75 |
| Binary | 11000110 | 1110000 | 10110111 | 0 | 101011 | 1000 | 10110 | 100110110 | 101011 | 111101 |
Color Harmonies of #C670B7
Complementary color
Monochromatic Colors of #C670B7
Black with #C670B7
Text Example
Text Example
White with #C670B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670B7; }
p { color: rgb(198,112,183); }
H1.HeaderClassName
{
color: #C670B7;
}
.AnyTagClassName
{
color: #C670B7;
}
</style>
background-color css
<style>
a { background-color: #C670B7; }
a { background-color: rgb(198,112,183); }
div.DivClassName
{
background-color: #C670B7;
}
.BgClassName
{
background-color: #C670B7;
}
</style>
border-color css
<style>
span { border-color: #C670B7; }
span { border-color: rgb(198,112,183); }
td.TdClassName
{
border-color: #C670B7;
}
.TagClassName
{
border-color: #C670B7;
}
</style>